Re: [CMake] how to link intel fortran libraries static

2009-01-21 Thread Michael Wild
On 21. Jan, 2009, at 19:05, Roland Krause wrote: Greetings, I'm working on CMake support for a very large Fortran code. We are linking nearly everything static, especially the Intel Fortran libraries but I can't seem to find the flag to do this in the CMake documentation (looked at CMake-

[CMake] how to link intel fortran libraries static

2009-01-21 Thread Roland Krause
Greetings, I'm working on CMake support for a very large Fortran code. We are linking nearly everything static, especially the Intel Fortran libraries but I can't seem to find the flag to do this in the CMake documentation (looked at CMake-2.6.x online). I've found SET(CMAKE_DL_LIBS "dl") in th