I have successfully built the VTK libraries: using the cmake configure and generate, plus the building in release and debug of the msvc 14 solution. More precisely I was able to build the ALL BUILD
project. But when it comes to building the INSTALL
project it fails.
the error is:
Severity Code Description Project File Line Suppression State Error MSB3073 The command
"setlocal "C:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd"
exited with code 1. INSTALL C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets 133
How can I either debug this problem or shortcut the msvc INSTALL build step?
I am working on windows7 using microsoft visual studio 14 2015.