summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-18 14:58:28 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-02-18 14:58:34 (GMT)
commitaf1ec836518906fbe3a7a0e2141133ec3fd4b50a (patch)
treec1684d272afed5f7ace8faa92aa28ecdac493b84
parent4388c3f717c39c4d41aa5d46904c72bddd5c1ff5 (diff)
parent15f0da341fb79298316dc42d04a4c81a300b0f3e (diff)
downloadCMake-af1ec836518906fbe3a7a0e2141133ec3fd4b50a.zip
CMake-af1ec836518906fbe3a7a0e2141133ec3fd4b50a.tar.gz
CMake-af1ec836518906fbe3a7a0e2141133ec3fd4b50a.tar.bz2
Merge topic 'ci-windows-tests'
15f0da341f ci: Enable IPO and FindOpenGL tests on Windows+MSVC+Ninja Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5827
-rw-r--r--.gitlab/ci/configure_windows_vs2019_x64_ninja.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/ci/configure_windows_vs2019_x64_ninja.cmake b/.gitlab/ci/configure_windows_vs2019_x64_ninja.cmake
index 9c30a4b..e1ae81e 100644
--- a/.gitlab/ci/configure_windows_vs2019_x64_ninja.cmake
+++ b/.gitlab/ci/configure_windows_vs2019_x64_ninja.cmake
@@ -1,4 +1,7 @@
set(CMake_TEST_WIX_NO_VERIFY "ON" CACHE BOOL "")
set(CMake_TEST_GUI "ON" CACHE BOOL "")
+set(CMake_TEST_FindOpenGL "ON" CACHE BOOL "")
+set(CMake_TEST_IPO_WORKS_C "ON" CACHE BOOL "")
+set(CMake_TEST_IPO_WORKS_CXX "ON" CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_common.cmake")