Hello everyone, I need to write a CMakeLists file to generate a VS 2005 project in which I can have different project settings for Debug and Release configurations.
For example, I need to have a set_target_properties directive for Release builds, but not for Debug builds. Is it possible to write such a CMakeLists that does this? Thank you in advance! Felipe
_______________________________________________ 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