From 83367692be9cdc48ef203e0b32723172fd773f88 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 17 Dec 2001 11:28:15 -0500 Subject: [PATCH] use a better compiler name --- Templates/CMakeWindowsSystemConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/CMakeWindowsSystemConfig.cmake b/Templates/CMakeWindowsSystemConfig.cmake index 7825175ad..d945b0fc7 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