diff options
author | Brad King <brad.king@kitware.com> | 2009-07-29 20:07:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-29 20:07:27 (GMT) |
commit | 0ea43ee12845fa16a029d1ed7154b331a8d66074 (patch) | |
tree | 31632878e7361bb238759dcee33b09e8d8462d42 /Modules/Compiler/Intel-C.cmake | |
parent | edad475e26c0547b638f2f9c29623460ca27e564 (diff) | |
download | CMake-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-C.cmake')
-rw-r--r-- | Modules/Compiler/Intel-C.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Compiler/Intel-C.cmake b/Modules/Compiler/Intel-C.cmake new file mode 100644 index 0000000..abf384a --- /dev/null +++ b/Modules/Compiler/Intel-C.cmake @@ -0,0 +1 @@ +SET(CMAKE_C_VERBOSE_FLAG "-v") |