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
/
PGI-Fortran.cmake
2 lines
37 B
CMake
Raw
Normal View
History
Unescape
Escape
Set CMAKE_<LANG>_VERBOSE_FLAG variables for PGI We set the variables to contain "-v", the verbose front-end output option for PGI compilers. This enables detection of implicit link libraries and directories for these compilers.
2009-07-30 00:38:06 +04:00
SET
(
CMAKE_Fortran_VERBOSE_FLAG
"-v"
)