[CMake] CMake + Ninja + MSVC confusion

2014-02-12 Thread Dominic Walsh
SYSTEM_NAME setting would have configured the linker? I am obviously missing something obvious. Thanks Dominic Walsh -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to suppor

Re: [CMake] Windows Visual Studio Install Configurations unexpected behaviour

2013-10-30 Thread Dominic Walsh
Ah - apologies In Visual Studio | INSTALL project | Right mouse button "Build" thanks -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of David Cole Sent: 30 October 2013 09:35 To: Dominic Walsh; cmake@cmake.org Subject: Re: [CMak

[CMake] Windows Visual Studio Install Configurations unexpected behaviour

2013-10-30 Thread Dominic Walsh
Hi I am attempting to "make install" into configuration dependent directories. Linux works very straightforwardly but VS not so much. After much searching my CMakeLists file includes: INSTALL(TARGETS bob RUNTIME DESTINATION ${INSTALL_LIB_PATH}/Debug LIBRARY DESTINATION ${INS