summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/Intel-CXX.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-29 20:07:27 (GMT)
committerBrad King <brad.king@kitware.com>2009-07-29 20:07:27 (GMT)
commit0ea43ee12845fa16a029d1ed7154b331a8d66074 (patch)
tree31632878e7361bb238759dcee33b09e8d8462d42 /Modules/Compiler/Intel-CXX.cmake
parentedad475e26c0547b638f2f9c29623460ca27e564 (diff)
downloadCMake-0ea43ee12845fa16a029d1ed7154b331a8d66074.zip
CMake-0ea43ee12845fa16a029d1ed7154b331a8d66074.tar.gz
CMake-0ea43ee12845fa16a029d1ed7154b331a8d66074.tar.bz2
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.
Diffstat (limited to 'Modules/Compiler/Intel-CXX.cmake')
-rw-r--r--Modules/Compiler/Intel-CXX.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/Intel-CXX.cmake b/Modules/Compiler/Intel-CXX.cmake
new file mode 100644
index 0000000..f3c6b5f
--- /dev/null
+++ b/Modules/Compiler/Intel-CXX.cmake
@@ -0,0 +1 @@
+SET(CMAKE_CXX_VERBOSE_FLAG "-v")