[CMake] Different behaviour of LIBRARY_OUTPUT_PATH?

William A. Hoffman billlist at nycap.rr.com
Tue Aug 8 08:32:30 EDT 2006


At 05:57 AM 8/8/2006, Christian Ehrlicher wrote:
>Hi,
>
>I've set my LIBRARY_OUTPUT_PATH to
>SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}/plugins)
>to distinct between debug and release build on win32. This works fine with nmake makefiles but fails with vcproj. The output path is ${CMAKE_BINARY_DIR}/plugins/${CMAKE_BUILD_TYPE} then ...
>
>Imho this worked fine with 2.4.2.

In vcproj CMAKE_BUILD_TYPE is always empty, but it always puts files in
the configuration directory (Debug, Release, MinSizeRel, etc.).   This has
not changed between 2.4.2 and 2.4.3 it has been this way for many years.


-Bill



More information about the CMake mailing list