[CMake] Different behaviour of LIBRARY_OUTPUT_PATH?

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Tue Aug 8 05:57:57 EDT 2006


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.

Christian
-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


More information about the CMake mailing list