diff options
author | Brad King <brad.king@kitware.com> | 2022-11-14 19:22:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-14 19:26:10 (GMT) |
commit | 7ef36384542c5836d0610bb515fdc7592193cf93 (patch) | |
tree | ee39a7130bc4633b01a688058c72a6a73ad94b3d /.gitlab/os-macos.yml | |
parent | f8107e7c6bc007d6b00a2ba11dfd685a4606824a (diff) | |
download | CMake-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.yml | 2 |
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 |