summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_fedora36_extdeps.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-18 14:05:19 (GMT)
committerBrad King <brad.king@kitware.com>2022-08-18 19:49:08 (GMT)
commitb55152e7ad4bb379ae0b8c139f2ceb3e5751e928 (patch)
treead3d66bdc07f44e7c08cbee9ce37a21cbb91e182 /.gitlab/ci/configure_fedora36_extdeps.cmake
parent6a05d107ca8de32e9f9709e3284019d1068ae84e (diff)
downloadCMake-b55152e7ad4bb379ae0b8c139f2ceb3e5751e928.zip
CMake-b55152e7ad4bb379ae0b8c139f2ceb3e5751e928.tar.gz
CMake-b55152e7ad4bb379ae0b8c139f2ceb3e5751e928.tar.bz2
gitlab-ci: add jobs to test CMake with external dependencies on Linux
Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version.
Diffstat (limited to '.gitlab/ci/configure_fedora36_extdeps.cmake')
-rw-r--r--.gitlab/ci/configure_fedora36_extdeps.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_fedora36_extdeps.cmake b/.gitlab/ci/configure_fedora36_extdeps.cmake
new file mode 100644
index 0000000..8e545f5
--- /dev/null
+++ b/.gitlab/ci/configure_fedora36_extdeps.cmake
@@ -0,0 +1 @@
+include("${CMAKE_CURRENT_LIST_DIR}/configure_extdeps_common.cmake")