diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-11 15:00:30 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-06-11 17:03:38 (GMT) |
commit | 26b4cbcf93abf08cb9c7eb5a0173d066abd404b4 (patch) | |
tree | 79660b0c96ba5ca3b36418c2c747415fe6dbc715 /.gitlab | |
parent | 01fb8d7993f2ebcc47ce8ecab1aa5144a4ca4b80 (diff) | |
download | CMake-26b4cbcf93abf08cb9c7eb5a0173d066abd404b4.zip CMake-26b4cbcf93abf08cb9c7eb5a0173d066abd404b4.tar.gz CMake-26b4cbcf93abf08cb9c7eb5a0173d066abd404b4.tar.bz2 |
gitlab-ci: move Makefiles Linux tests to use the package
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/ci/configure_fedora31_makefiles.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/configure_fedora31_makefiles.cmake b/.gitlab/ci/configure_fedora31_makefiles.cmake index 74768b7..20863a2 100644 --- a/.gitlab/ci/configure_fedora31_makefiles.cmake +++ b/.gitlab/ci/configure_fedora31_makefiles.cmake @@ -1 +1 @@ -include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora31_common.cmake") +include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake") |