I'm using cmake to generate projects for Visual Studio 9.  I've noticed that 
when I use COMPILE_DEFINITIONS_RELEASE to add a preprocessor directive, it's 
only added to the "Release" configuration in the Visual Studio project, and not 
the "MinSizeRel" and "RelWithDebInfo" configurations.  How can I add a 
preprocessor directive for all three of these release configurations?
Thanks,Kenny
_______________________________________________
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