summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-02-26 15:16:55 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-02-26 15:17:15 (GMT)
commit7ff3099e841a263de6de5612e26a4002f29b7861 (patch)
treead3a8aebf52f622da409fa1923bfe03ec772cb40 /.gitlab
parent7a7c9f529587b7bd84ff56f57026aa55577ecb01 (diff)
parent6c09451ed3957e8b71e55e52f9a4325d309e85bb (diff)
downloadCMake-7ff3099e841a263de6de5612e26a4002f29b7861.zip
CMake-7ff3099e841a263de6de5612e26a4002f29b7861.tar.gz
CMake-7ff3099e841a263de6de5612e26a4002f29b7861.tar.bz2
Merge topic 'FindOpenMP-intel-oneapi-windows'
6c09451ed3 ci: Enable FindOpenMP tests in Intel nightly CI jobs on Windows d427bfae61 FindOpenMP: Restore support for Intel compilers on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9284
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/configure_windows_intelcompiler_common.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_windows_intelcompiler_common.cmake b/.gitlab/ci/configure_windows_intelcompiler_common.cmake
index 55dce1d..0777eaf 100644
--- a/.gitlab/ci/configure_windows_intelcompiler_common.cmake
+++ b/.gitlab/ci/configure_windows_intelcompiler_common.cmake
@@ -1,3 +1,7 @@
+set(CMake_TEST_FindOpenMP "ON" CACHE BOOL "")
+set(CMake_TEST_FindOpenMP_C "ON" CACHE BOOL "")
+set(CMake_TEST_FindOpenMP_CXX "ON" CACHE BOOL "")
+set(CMake_TEST_FindOpenMP_Fortran "ON" CACHE BOOL "")
set(CMake_TEST_Java OFF CACHE BOOL "")
set(configure_no_sccache 1)