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:
Brad King 2009-07-29 16:07:27 -04:00
parent edad475e26
commit 0ea43ee128
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
SET(CMAKE_C_VERBOSE_FLAG "-v")

View File

@ -0,0 +1 @@
SET(CMAKE_CXX_VERBOSE_FLAG "-v")

View File

@ -0,0 +1 @@
SET(CMAKE_Fortran_VERBOSE_FLAG "-v")