summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/cxx_modules_rules_clang.cmake
blob: 12682447b9d711f57a9ddc36f8174427227995f3 (plain)
1
2
3
# Default to C++ extensions being off. Clang's modules support have trouble
# with extensions right now.
set(CMAKE_CXX_EXTENSIONS OFF)