From b0fa5117bf35aeff25cddb5c7dd195591d048cdf Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 6 Sep 2002 11:47:51 -0400 Subject: [PATCH] fix comment --- Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index b639c3ccb..e81c34e27 100644 --- a/Templates/CMakeBorlandWindowsSystemConfig.cmake +++ b/Templates/CMakeBorlandWindowsSystemConfig.cmake @@ -56,7 +56,7 @@ SET (CMAKE_LINKER_FLAGS_RELWITHDEBINFO "-v" CACHE STRING "Flags used by the linker during Release with Debug Info builds.") SET (CMAKE_CXX_FLAGS "-w- -whid -waus -wpar -tWM" CACHE STRING - "Flags used by the compiler during all build types, /GX /GR are for exceptions and rtti in VC++, /Zm1000 increases the compiler's memory allocation to support ANSI C++/stdlib.") + "Flags used to compile c++ files.") SET (CMAKE_USE_WIN32_THREADS 1 CACHE BOOL "Use the win32 thread library.")