mirror of
https://github.com/reactos/CMake.git
synced 2024-12-01 07:20:22 +00:00
d7b376b3a7
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>".
2 lines
67 B
CMake
2 lines
67 B
CMake
set(CMAKE_Fortran_VERBOSE_FLAG "-X -v") # Runs gcc under the hood.
|