summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-09-01 18:33:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-09-01 18:33:26 (GMT)
commite9a170b1086ca61a71993da9dcfb0c09f7b8cfdc (patch)
tree3001b22abbc83ce6a8ca01731c87c63ccc6f3ac2 /Modules/Platform/Windows-cl.cmake
parent5fa4784274171ed615c922811cd0a7723bee0465 (diff)
downloadCMake-e9a170b1086ca61a71993da9dcfb0c09f7b8cfdc.zip
CMake-e9a170b1086ca61a71993da9dcfb0c09f7b8cfdc.tar.gz
CMake-e9a170b1086ca61a71993da9dcfb0c09f7b8cfdc.tar.bz2
Move /MANIFEST flag into -E vs_link. This is so it can be used by the intel compilers without having to specifiy it in the intel compiler files
Diffstat (limited to 'Modules/Platform/Windows-cl.cmake')
-rw-r--r--Modules/Platform/Windows-cl.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index 2aa0dec..303ef34 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -199,7 +199,7 @@ IF(MSVC_VERSION GREATER 1310)
SET (CMAKE_C_FLAGS_RELEASE_INIT "/MD /O2 /Ob2 /D NDEBUG")
SET (CMAKE_C_FLAGS_RELWITHDEBINFO_INIT "/MD /Zi /O2 /Ob1 /D NDEBUG")
SET (CMAKE_C_STANDARD_LIBRARIES_INIT "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ")
- SET (CMAKE_EXE_LINKER_FLAGS_INIT "${CMAKE_EXE_LINKER_FLAGS_INIT} /MANIFEST")
+ SET (CMAKE_EXE_LINKER_FLAGS_INIT "${CMAKE_EXE_LINKER_FLAGS_INIT}")
ELSE(MSVC_VERSION GREATER 1310)
IF(CMAKE_USING_VC_FREE_TOOLS)
MESSAGE(STATUS "Using FREE VC TOOLS, NO DEBUG available")