Hi, I build my C++ application here with CMake which works rather fine, except for one minor glitch: The application needs to link against BLAS, which I specify as
TARGET_LINK_LIBRARIES( /path/to/blas/libblas.a ) This gets included alright, but libblas -- written in Fortran -- in turn needs symbols from libgfortran.a. This library, however, is never automatically included; I have to manually specify it. Any way to automate this? Cheers, Nico _______________________________________________ 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