diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-09-06 15:47:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-09-06 15:47:51 (GMT) |
commit | b0fa5117bf35aeff25cddb5c7dd195591d048cdf (patch) | |
tree | f7f13065f1e3d28fc05e7a32181a531a3c7c159e /Templates | |
parent | 28117a2e4a2c6fae3c830366e23f74044d2d836b (diff) | |
download | CMake-b0fa5117bf35aeff25cddb5c7dd195591d048cdf.zip CMake-b0fa5117bf35aeff25cddb5c7dd195591d048cdf.tar.gz CMake-b0fa5117bf35aeff25cddb5c7dd195591d048cdf.tar.bz2 |
fix comment
Diffstat (limited to 'Templates')
-rw-r--r-- | Templates/CMakeBorlandWindowsSystemConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/CMakeBorlandWindowsSystemConfig.cmake b/Templates/CMakeBorlandWindowsSystemConfig.cmake index b639c3c..e81c34e 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.") |