ENH: Adding definition of MSVC when it is the compiler.

This commit is contained in:
Brad King 2006-02-07 17:10:13 -05:00
parent 9163af8745
commit 7953f6a467
1 changed files with 1 additions and 0 deletions

View File

@ -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)