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/.gitignore | |
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/.gitignore')
-rw-r--r-- | .gitlab/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/.gitignore b/.gitlab/.gitignore index 4988351..10d03ca 100644 --- a/.gitlab/.gitignore +++ b/.gitlab/.gitignore @@ -8,6 +8,7 @@ /mingw /msvc* /ninja* +/openmp /open-watcom* /python* /qt* |