Logical conflicts between the topic that introduced the tests and the removal of the experimental flag completely.
@@ -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)
cmake_minimum_required(VERSION 3.24...3.28)