Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4,165
    • Issues 4,165
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !2876

VS: Use MSBuild matching toolset host architecture

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:vs-msbuild-arch into master Jan 29, 2019
  • Overview 4
  • Commits 2
  • Pipelines 1
  • Changes 2

VS 2017 and VS 2019 provide amd64/MSBuild.exe variants next to their MSBuild.exe tools. When the 64-bit host toolchain is selected (e.g. via host=x64), select the 64-bit MSBuild too.

Similar to !1317 (merged), this requires delaying finding the native build tool until after the toolset selection.

Fixes: #18219 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vs-msbuild-arch