summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_fedora38_ninja_clang.cmake
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2023-06-06 18:02:35 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2023-08-17 18:42:54 (GMT)
commit1a1806a71b72f12928dca52478db079713ee0eb5 (patch)
tree45d525a8ecb9d4c565eaa47e66cfd6b924a8a30a /.gitlab/ci/configure_fedora38_ninja_clang.cmake
parent457a12f3f9b68a548dd44d1dcb6f531e46a98314 (diff)
downloadCMake-1a1806a71b72f12928dca52478db079713ee0eb5.zip
CMake-1a1806a71b72f12928dca52478db079713ee0eb5.tar.gz
CMake-1a1806a71b72f12928dca52478db079713ee0eb5.tar.bz2
gitlab-ci: declare `bmionly` support for modules where possible
GCC and Clang both have the settings.
Diffstat (limited to '.gitlab/ci/configure_fedora38_ninja_clang.cmake')
-rw-r--r--.gitlab/ci/configure_fedora38_ninja_clang.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/configure_fedora38_ninja_clang.cmake b/.gitlab/ci/configure_fedora38_ninja_clang.cmake
index 4454647..848c5b6 100644
--- a/.gitlab/ci/configure_fedora38_ninja_clang.cmake
+++ b/.gitlab/ci/configure_fedora38_ninja_clang.cmake
@@ -1,4 +1,4 @@
-set(CMake_TEST_MODULE_COMPILATION "named,compile_commands,collation,partitions,internal_partitions,export_bmi,install_bmi,shared" CACHE STRING "")
+set(CMake_TEST_MODULE_COMPILATION "named,compile_commands,collation,partitions,internal_partitions,export_bmi,install_bmi,shared,bmionly" CACHE STRING "")
set(CMake_TEST_MODULE_COMPILATION_RULES "${CMAKE_CURRENT_LIST_DIR}/cxx_modules_rules_clang.cmake" CACHE STRING "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora38_common_clang.cmake")