Hello.
I have a project with a number of libraries. For a certain library i want
to always build release version, whatever CMAKE_BUILD_TYPE is set to.

Right now I am using set(CMAKE_BUILD_TYPE Release) in CMakeLists.txt for
this library. But that does not  work with multiconfiguration generators
like Visual Studio while fine for nmake generator.

What can I do here? Thanks in advance.
--

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