On 09/23/2010 12:20 PM, Clinton Stimpson wrote:
> I've got a source files for a mixed C/fortran going into one library.
> If the library is shared, -lgfortran is added to the link line, and I'm good 
> to go.
> If it is static, -lgfortran is not added to any executable or shared library 
> that links with this static library.

Are the executables built in the same project as the library?

> Should I add 
> target_link_libraries(my_mixed_c_fortran_lib 
> ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
> to fix this?  Or should CMake do this for me?

This should be automatic.

What version of CMake are you using?

-Brad
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to