Browse Source

ci: Enable FindOpenMP tests in Intel nightly CI jobs on Windows

pull/370/head
Brad King 1 year ago
parent
commit
6c09451ed3
  1. 4
      .gitlab/ci/configure_windows_intelcompiler_common.cmake

4
.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)

Loading…
Cancel
Save