Tests/RunCMake/CXXModules: remove experimental settings

Logical conflicts between the topic that introduced the tests and the
removal of the experimental flag completely.
This commit is contained in:
Ben Boeckel
2023-10-07 10:01:56 -04:00
parent 43b7af5666
commit cb7339397b
2 changed files with 0 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 3.24)
project(cxx_modules_library NONE)
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "ac01f462-0f5f-432a-86aa-acef252918a6")
find_package(export_include_directories REQUIRED)
if (NOT TARGET CXXModules::export_include_directories)

View File

@@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 3.24...3.28)
project(cxx_modules_library NONE)
set(CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API "ac01f462-0f5f-432a-86aa-acef252918a6")
find_package(export_include_directories REQUIRED)
if (NOT TARGET CXXModules::export_include_directories)