From 7953f6a4678f5db7e13553e699c890a56a0f3a4b Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 7 Feb 2006 17:10:13 -0500 Subject: [PATCH] ENH: Adding definition of MSVC when it is the compiler. --- Modules/Platform/Windows-cl.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake index 300f2c5f8..7824bab3f 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)