From 6c09451ed3957e8b71e55e52f9a4325d309e85bb Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 23 Feb 2024 09:37:06 -0500 Subject: ci: Enable FindOpenMP tests in Intel nightly CI jobs on Windows --- .gitlab/ci/configure_windows_intelcompiler_common.cmake | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v0.12