summaryrefslogtreecommitdiffstats
path: root/Modules/Platform
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-07 22:10:13 (GMT)
committerBrad King <brad.king@kitware.com>2006-02-07 22:10:13 (GMT)
commit7953f6a4678f5db7e13553e699c890a56a0f3a4b (patch)
treec0c8ee4f75c03a9f0a318d85ea9159c23decd7d7 /Modules/Platform
parent9163af8745eb152082b4b00645f07cd4df8a1107 (diff)
downloadCMake-7953f6a4678f5db7e13553e699c890a56a0f3a4b.zip
CMake-7953f6a4678f5db7e13553e699c890a56a0f3a4b.tar.gz
CMake-7953f6a4678f5db7e13553e699c890a56a0f3a4b.tar.bz2
ENH: Adding definition of MSVC when it is the compiler.
Diffstat (limited to 'Modules/Platform')
-rw-r--r--Modules/Platform/Windows-cl.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index 300f2c5..7824bab 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -4,6 +4,7 @@ INCLUDE( ${CMAKE_BINARY_DIR}/CMakeFiles/CMakeCPlatform.cmake OPTIONAL)
SET(CMAKE_LIBRARY_PATH_FLAG "-LIBPATH:")
SET(CMAKE_LINK_LIBRARY_FLAG "")
SET(WIN32 1)
+SET(MSVC 1)
IF(CMAKE_VERBOSE_MAKEFILE)
SET(CMAKE_CL_NOLOGO)
ELSE(CMAKE_VERBOSE_MAKEFILE)