Tyler Roscoe wrote:
On Tue, Sep 22, 2009 at 05:29:07PM +0400, Anatoly Shirokov wrote:
How to completelly remove the /Zm1000 compile option via CMakeLists.txt file?

We use:

string (REPLACE "/Zm1000" " " CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})


Just curious as to why this is causing trouble? I think the flag only affects the amount of memory used by the compiler during the build. It should not affect the resulting compiled code.

-Bill

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to