mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
35f36727c5
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.
2 lines
31 B
CMake
2 lines
31 B
CMake
SET(CMAKE_C_VERBOSE_FLAG "-v")
|