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.
This commit is contained in:
parent
f47ae0599d
commit
35f36727c5
1
Modules/Compiler/PGI-C.cmake
Normal file
1
Modules/Compiler/PGI-C.cmake
Normal file
@ -0,0 +1 @@
|
||||
SET(CMAKE_C_VERBOSE_FLAG "-v")
|
1
Modules/Compiler/PGI-CXX.cmake
Normal file
1
Modules/Compiler/PGI-CXX.cmake
Normal file
@ -0,0 +1 @@
|
||||
SET(CMAKE_CXX_VERBOSE_FLAG "-v")
|
1
Modules/Compiler/PGI-Fortran.cmake
Normal file
1
Modules/Compiler/PGI-Fortran.cmake
Normal file
@ -0,0 +1 @@
|
||||
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
|
Loading…
x
Reference in New Issue
Block a user