Re: [CMake] What is the best way to change default settings

2007-08-09 Thread Daniel
Frank Hilliger wrote: I want to remove the /GZ flag which is set for Windows Visual C++ compilers in CMAKE_CXX_FLAGS_DEBUG_INIT. Furthermore I want to remove some .lib files defined in CMAKE_C_STANDARD_LIBRARIES_INIT. How I can achieve this without touching CMake\Modules\Platform\Windows-cl.cma

[CMake] What is the best way to change default settings

2007-08-07 Thread Frank Hilliger
Hi, I want to remove the /GZ flag which is set for Windows Visual C++ compilers in CMAKE_CXX_FLAGS_DEBUG_INIT. Furthermore I want to remove some .lib files defined in CMAKE_C_STANDARD_LIBRARIES_INIT. How I can achieve this without touching CMake\Modules\Platform\Windows-cl.cmake ? I tried remove