summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/cxx_modules_rules_clang.cmake
blob: a8e1ff68ab0e7ceebda18f59c68f5d56eb244bbc (plain)
1
2
3
4
5
set(CMake_TEST_CXXModules_UUID "a246741c-d067-4019-a8fb-3d16b0c9d1d3")

# Default to C++ extensions being off. Clang's modules support have trouble
# with extensions right now.
set(CMAKE_CXX_EXTENSIONS OFF)