CMake/Modules/Compiler/Intel-Fortran.cmake
Brad King 0ea43ee128 Set CMAKE_<LANG>_VERBOSE_FLAG variables for Intel
We set the variables to contain "-v", the verbose front-end output
option for Intel compilers.  This enables detection of implicit link
libraries and directories for these compilers.
2009-07-29 16:07:27 -04:00

2 lines
37 B
CMake

SET(CMAKE_Fortran_VERBOSE_FLAG "-v")