mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00: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
33 B
CMake
2 lines
33 B
CMake
SET(CMAKE_CXX_VERBOSE_FLAG "-v")
|