summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-14 19:22:20 (GMT)
committerBrad King <brad.king@kitware.com>2022-11-14 19:26:10 (GMT)
commit7ef36384542c5836d0610bb515fdc7592193cf93 (patch)
treeee39a7130bc4633b01a688058c72a6a73ad94b3d /.gitlab/os-macos.yml
parentf8107e7c6bc007d6b00a2ba11dfd685a4606824a (diff)
downloadCMake-7ef36384542c5836d0610bb515fdc7592193cf93.zip
CMake-7ef36384542c5836d0610bb515fdc7592193cf93.tar.gz
CMake-7ef36384542c5836d0610bb515fdc7592193cf93.tar.bz2
ci: Enable FindOpenMP tests on macOS Ninja and Makefiles jobs
Since Apple does not distribute the OpenMP header and library with its AppleClang compiler, download them as part of the jobs.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 82bcf01..4b71a1b 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -143,7 +143,7 @@
- ninja --version
# Download Qt
- cmake -P .gitlab/ci/download_qt.cmake
- - export CMAKE_PREFIX_PATH=$PWD/.gitlab/qt
+ - export CMAKE_PREFIX_PATH=$PWD/.gitlab/qt${CMAKE_PREFIX_PATH:+:$CMAKE_PREFIX_PATH}
.cmake_build_macos:
stage: build