On Fri, Jan 27, 2012 at 3:17 PM, Clifford Yapp <[email protected]> wrote:
Ah hah! That was it - we're not just overriding CMAKE_RUNTIME_OUTPUT_DIRECTORY, but CMAKE_RUNTIME_OUTPUT_DIRECTORY_<CONFIG> variables too. Consequently, we need to locally define not just RUNTIME_OUTPUT_DIRECTORY but also RUNTIME_OUTPUT_DIRECTORY_<CONFIG> target properties. Doing so got the desired result: Generating Code... Creating library C:/Users/User/brlcad/brlcad-build/lib/regex.lib and object C:/Users/User/brlcad/brlcad-build/lib/regex.exp regex.vcxproj -> C:\Users\User\brlcad\brlcad-build\lib\regex.dll Sorry for the noise - thanks! Cheers, CY -- 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
