diff options
author | Brad King <brad.king@kitware.com> | 2009-09-01 17:55:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-01 17:55:13 (GMT) |
commit | 2eca4dd2d127ab8e7ba211a17139983bbef61802 (patch) | |
tree | 7d21495e251a32cac727b9552b1f9dad46dfb092 /Modules/Compiler/Intel-CXX.cmake | |
parent | dc78838737a14a887e2932cb06a0adaaf8c80fef (diff) | |
download | CMake-2eca4dd2d127ab8e7ba211a17139983bbef61802.zip CMake-2eca4dd2d127ab8e7ba211a17139983bbef61802.tar.gz CMake-2eca4dd2d127ab8e7ba211a17139983bbef61802.tar.bz2 |
Use Intel for Linux flags only on Linux
The commit "Split Intel compiler information files" moved some Linux
specific flags into the platform-independent Intel compiler info files.
This moves them back.
Diffstat (limited to 'Modules/Compiler/Intel-CXX.cmake')
-rw-r--r-- | Modules/Compiler/Intel-CXX.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Compiler/Intel-CXX.cmake b/Modules/Compiler/Intel-CXX.cmake index d1ee60f..56950f0 100644 --- a/Modules/Compiler/Intel-CXX.cmake +++ b/Modules/Compiler/Intel-CXX.cmake @@ -1,10 +1,3 @@ -INCLUDE(Compiler/Intel) -IF(XIAR) - SET(CMAKE_CXX_CREATE_STATIC_LIBRARY - "${XIAR} cr <TARGET> <LINK_FLAGS> <OBJECTS> " - "${XIAR} -s <TARGET> ") -ENDIF(XIAR) - SET(CMAKE_CXX_VERBOSE_FLAG "-v") SET(CMAKE_CXX_FLAGS_INIT "") |