Hi, By default Cmake seems to add some built-in preprocessor definitions for Visual Studio project files, such as WIN32 and _WINDOWS. WIN32 is ok, but _WINDOWS is not always desired.
I searched and tried some previous suggestions, but it seems only able to add, but not remove definitions such as _WINDOWS. http://www.mail-archive.com/[email protected]/msg16551.html Is there an option to remove _WINDOWS from those definitions, for both library and executable projects? Thanks a lot, Erwin _______________________________________________ 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
