https://github.com/Kitware/CMake
Revision 6eea123e3a97a6dce3b059777b688a49429bb951 authored by Brad King on 09 July 2021, 14:56:52 UTC, committed by Brad King on 09 July 2021, 15:04:52 UTC
Since commit 84036d30d4 (IntelLLVM: Fix C/C++ standard level flags on
Windows, 2021-07-07, v3.21.0-rc3~8^2~1) 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.
1 parent 554ebf6
Raw File
Tip revision: 6eea123e3a97a6dce3b059777b688a49429bb951 authored by Brad King on 09 July 2021, 14:56:52 UTC
Tests: Fix RunCMake.try_compile C/CXX standards with IntelLLVM MSVC mode
Tip revision: 6eea123
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top