On 04/16/2015 10:00 AM, Robert Goulet wrote: > We actually wanted to launch our builds using CMake,
If you point CMAKE_MAKE_PROGRAM at devenv explicitly then "cmake --build" will honor it. > cmake variable that once set, will add the INSTALL project > in the solution This is essentially the opposite of EXCLUDE_FROM_DEFAULT_BUILD, and for CMake's pre-defined targets. Yes, I think that makes sense. Since the pre-defined targets are not available as targets during configuration this will have to be done with a variable instead of a target property. Thanks, -Brad -- 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 support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
