Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4,101
    • Issues 4,101
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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
  • !6328

Tests: Fix RunCMake.try_compile C/CXX standards with IntelLLVM MSVC mode

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:intel-oneapi-std-windows into master Jul 09, 2021
  • Overview 9
  • Commits 4
  • Pipelines 1
  • Changes 1

Since !6319 (merged) we activate C/C++ standard level logic for IntelLLVM when targeting the MSVC ABI. Update the RunCMake.try_compile test to be aware of this even when CMake is itself configured by an older CMake that does not know this.

Also fix the 3.20 backport of !6319 (merged) by also backporting commit 7596d8b9 from !5783 (merged).

Backport: release

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: intel-oneapi-std-windows