summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-17 16:28:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-17 16:28:15 (GMT)
commit83367692be9cdc48ef203e0b32723172fd773f88 (patch)
tree57c75d9c10b524aec9d75c6bf8f713fa22ff6026 /Templates
parentb451ff80f9db9fbe44d254744b067d7b9988fb3f (diff)
downloadCMake-83367692be9cdc48ef203e0b32723172fd773f88.zip
CMake-83367692be9cdc48ef203e0b32723172fd773f88.tar.gz
CMake-83367692be9cdc48ef203e0b32723172fd773f88.tar.bz2
use a better compiler name
Diffstat (limited to 'Templates')
-rw-r--r--Templates/CMakeWindowsSystemConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeWindowsSystemConfig.cmake b/Templates/CMakeWindowsSystemConfig.cmake
index 7825175..d945b0f 100644
--- a/Templates/CMakeWindowsSystemConfig.cmake
+++ b/Templates/CMakeWindowsSystemConfig.cmake
@@ -6,7 +6,7 @@ SET (HAVE_LIMITS_H 1)
SET (HAVE_UNISTD_H 1)
-SET (CMAKE_CXX_COMPILER VC++60 CACHE STRING
+SET (CMAKE_CXX_COMPILER cl CACHE STRING
"Name of C++ compiler used.")
SET (CMAKE_CXX_FLAGS_RELEASE "/MD /O2" CACHE STRING