diff options
author | Brad King <brad.king@kitware.com> | 2022-06-06 19:06:07 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-06 20:59:25 (GMT) |
commit | 49996faaac552cf80cb2de53e0719bc6ba43432a (patch) | |
tree | 75cda8af71e9b5f8f63d618495d8402e71ff3dc9 /.gitlab/ci/configure_fedora36_makefiles.cmake | |
parent | 3e791592ad44a6d44599bda346c85983e6fe89eb (diff) | |
download | CMake-49996faaac552cf80cb2de53e0719bc6ba43432a.zip CMake-49996faaac552cf80cb2de53e0719bc6ba43432a.tar.gz CMake-49996faaac552cf80cb2de53e0719bc6ba43432a.tar.bz2 |
ci: remove ISPC from the Fedora CI image
Revert commit 5ece12b7e4 (gitlab-ci: add ISPC to the Fedora CI image,
2020-08-18, v3.19.0-rc1~244^2). Later we will download ISPC in specific
jobs.
Update a `RunCMake.NinjaMultiConfig` test expectation to account for
a change to the Qt deployed on Fedora 36.
Diffstat (limited to '.gitlab/ci/configure_fedora36_makefiles.cmake')
-rw-r--r-- | .gitlab/ci/configure_fedora36_makefiles.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab/ci/configure_fedora36_makefiles.cmake b/.gitlab/ci/configure_fedora36_makefiles.cmake index 9dc5ca9..25df029 100644 --- a/.gitlab/ci/configure_fedora36_makefiles.cmake +++ b/.gitlab/ci/configure_fedora36_makefiles.cmake @@ -73,7 +73,6 @@ set(CMake_TEST_Fortran_SUBMODULES "ON" CACHE BOOL "") set(CMake_TEST_IPO_WORKS_C "ON" CACHE BOOL "") set(CMake_TEST_IPO_WORKS_CXX "ON" CACHE BOOL "") set(CMake_TEST_IPO_WORKS_Fortran "ON" CACHE BOOL "") -set(CMake_TEST_ISPC "ON" CACHE STRING "") set(CMake_TEST_Qt5 "ON" CACHE BOOL "") set(CMake_TEST_UseSWIG "ON" CACHE BOOL "") |