mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Extend commit c37e279014 (Tests/CompileFeatures: Cover c_std_## and
cxx_std_## meta-features, 2024-04-02, v3.30.0-rc1~279^2~1) to cover the
per-language standard level target properties.
5 lines
201 B
CMake
5 lines
201 B
CMake
set(CMake_TEST_C_STANDARDS "90;99;11" CACHE STRING "")
|
|
set(CMake_TEST_CXX_STANDARDS "98;11;14;17;20" CACHE STRING "")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_intelcompiler_common.cmake")
|