aboutsummaryrefslogtreecommitdiff
path: root/tools/cmake/patches/100-no-testing.patch
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-08-01 17:56:00 -0700
committerNick Hainke <vincent@systemli.org>2023-08-02 14:09:24 +0200
commit1874a7cfb0589862614aff74d4fd49d499da641f (patch)
treead39bdbc17362e105f588a3412682dbf8a7d9788 /tools/cmake/patches/100-no-testing.patch
parent150e6d28f2659b0614e87cc7822e93f488e11ede (diff)
tools/cmake: update to 3.27.1
Fix zstd linking again. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'tools/cmake/patches/100-no-testing.patch')
-rw-r--r--tools/cmake/patches/100-no-testing.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cmake/patches/100-no-testing.patch b/tools/cmake/patches/100-no-testing.patch
index 44452ce39e..736a365e87 100644
--- a/tools/cmake/patches/100-no-testing.patch
+++ b/tools/cmake/patches/100-no-testing.patch
@@ -11,15 +11,15 @@
# like vs9 or vs10
--- a/Modules/Dart.cmake
+++ b/Modules/Dart.cmake
-@@ -33,7 +33,7 @@ whether testing support should be enable
- #
- #
+@@ -47,7 +47,7 @@ if(cmp0145 STREQUAL "")
+ message(AUTHOR_WARNING "${_cmp0145_warning}")
+ endif()
-option(BUILD_TESTING "Build the testing tree." ON)
+option(BUILD_TESTING "Build the testing tree." OFF)
if(BUILD_TESTING)
- find_package(Dart QUIET)
+ # We only get here if a project already ran include(Dart),
--- a/Tests/Contracts/VTK/Dashboard.cmake.in
+++ b/Tests/Contracts/VTK/Dashboard.cmake.in
@@ -25,7 +25,7 @@ ctest_empty_binary_directory(${CTEST_BIN