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
8472ef243f
CMake
/
Modules
/
Platform
/
Linux-Absoft-Fortran.cmake
2 lines
67 B
CMake
Raw
Normal View
History
Unescape
Escape
Absoft: Detect implicit link libraries on Linux and Mac Use the "-X -v" flag to the Absoft front-end to pass "-v" to the gcc it invokes under the hood. Teach CMakeParseImplicitLinkInfo to exclude linker version lines from consideration as link lines. Fix parsing of Sun's linker search path option "-Y..." to avoid conflict with the Mac linker option "-Y<num>".
2011-01-24 19:18:18 +03:00
set
(
CMAKE_Fortran_VERBOSE_FLAG
"-X -v"
)
# Runs gcc under the hood.