
Fedora 40 comes with a RedHat branch of GCC 14.0, which supports the features we need for C++ modules.
7 lines
321 B
CMake
7 lines
321 B
CMake
if (NOT "$ENV{CMAKE_CI_NIGHTLY}" STREQUAL "")
|
|
set(CMake_TEST_ISPC "ON" CACHE STRING "")
|
|
endif()
|
|
set(CMake_TEST_MODULE_COMPILATION "named,compile_commands,collation,partitions,internal_partitions,export_bmi,install_bmi,shared,bmionly" CACHE STRING "")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
|