mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-20 23:08:34 -05:00
0ea43ee128
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.
2 lines
37 B
CMake
2 lines
37 B
CMake
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
|