mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
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.
This commit is contained in:
1
Modules/Compiler/Intel-C.cmake
Normal file
1
Modules/Compiler/Intel-C.cmake
Normal file
@@ -0,0 +1 @@
|
||||
SET(CMAKE_C_VERBOSE_FLAG "-v")
|
||||
1
Modules/Compiler/Intel-CXX.cmake
Normal file
1
Modules/Compiler/Intel-CXX.cmake
Normal file
@@ -0,0 +1 @@
|
||||
SET(CMAKE_CXX_VERBOSE_FLAG "-v")
|
||||
1
Modules/Compiler/Intel-Fortran.cmake
Normal file
1
Modules/Compiler/Intel-Fortran.cmake
Normal file
@@ -0,0 +1 @@
|
||||
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")
|
||||
Reference in New Issue
Block a user