Import 2017-06-07 23:51:09: master 9ab851e6

Author Committer Branch Timestamp Parent
lassoan lassoan master 2015-02-21 11:02:53 master 04420ebf
Changeset

BUG: Fixed VisualStudio launcher option for VS10 and later

CMAKE_BUILD_TOOL (http://www.cmake.org/cmake/help/v3.0/variable/CMAKE_BUILD_TOOL.html, http://www.cmake.org/cmake/help/v3.0/variable/CMAKE_MAKE_PROGRAM.html#variable:CMAKE_MAKE_PROGRAM) points to IDE (msdev, VS9 an earlier) or build tool (msbuild, VS10 or later). The --VisualStudio option should launch the IDE, so the correct CMake variable to use is CMAKE_VS_DEVENV_COMMAND (http://www.cmake.org/cmake/help/v3.0/variable/CMAKE_VS_DEVENV_COMMAND.html#variable:CMAKE_VS_DEVENV_COMMAND).

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23978 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Applications/SlicerApp/CMakeLists.txt Diff File