This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2d948e94bf
CMake
/
Modules
/
Compiler
/
MIPSpro-Fortran.cmake
2 lines
37 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: Implicit link info for C, CXX, and Fortran This teaches CMake to detect implicit link information for C, C++, and Fortran compilers. We detect the implicit linker search directories and implicit linker options for UNIX-like environments using verbose output from compiler front-ends. We store results in new variables called CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES The implicit libraries can contain linker flags as well as library names.
2009-07-23 18:07:25 +04:00
SET
(
CMAKE_Fortran_VERBOSE_FLAG
"-v"
)