Hi,
I have C++ Fortran project, and cannot seem to set the linker_language of the project. What am I doing wrong?
Any suggestion?
Thanks,
Marie



--- CMakeLists.txt
PROJECT(skinmesh Fortran CXX C ) # the name of your project

SET_TARGET_PROPERTIES(${TARGET}
       PROPERTIES
       LINKER_LANGUAGE Cxx)


-----------------------------------------------------------

I also tried this but it does not work either.

--- CMakeLists.txt
PROJECT(skinmesh Fortran CXX C ) # the name of your project

SET(LINKER_LANGUAGE CXX)




_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to