Visual Studio/MSBuild projects can not be built implicitly anymore

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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

            Assignee:
            Martin Weber
            Reporter:
            Philipp Weißmann
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: