Hi, I've read
http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F which seems to do what I want to which is have 4 configurations one for each: MT, MTd, MD, MDd. However using flags doesn't seem to work as it is this tag that is important: <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> Is there anyway to control what is put on the RuntimeLibrary for Visual Studio 10 generation? Thanks. -- Perry Ismangil _______________________________________________ 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
