Skip to content
Snippets Groups Projects
Commit b0fa5117 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

fix comment

parent 28117a2e
No related branches found
No related tags found
No related merge requests found
......@@ -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.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment