-
Bug
-
Resolution: Fixed
-
Blocker
-
Update cmakebuilder-plugin to version 2
Problem:
After changing the usage from CMAKE_BUILD_TOOL to CMAKE_MAKE_PROGRAM, see https://issues.jenkins-ci.org/browse/JENKINS-29267) Visual Studio Builds do not work anymore.
Workaround:
Explicitly set CMAKE_MAKE_PROGRAM via commandline option:
For example:
-DCMAKE_MAKE_PROGRAM:PATH=C:\Progra~2\MSBuild\12.0\Bin\amd64\MSBuild.exe
Suggestions:
- Reenable the usage of cmake --build . as build step. This works on all plattforms and outsources the build step (calling the correct tools etc.) to cmake
- Fix the automatic recognition of Visual Studio/MSBuild Paths