summaryrefslogtreecommitdiff
path: root/Ports/cmake/patches/0028-cmake-disable-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/cmake/patches/0028-cmake-disable-tests.patch')
-rw-r--r--Ports/cmake/patches/0028-cmake-disable-tests.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/Ports/cmake/patches/0028-cmake-disable-tests.patch b/Ports/cmake/patches/0028-cmake-disable-tests.patch
deleted file mode 100644
index 35a7bd0255..0000000000
--- a/Ports/cmake/patches/0028-cmake-disable-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 2d860d4..343db6e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -710,7 +710,8 @@ endif()
- include(Source/CMakeVersion.cmake)
-
- # Include the standard Dart testing module
--enable_testing()
-+# enable_testing()
-+set(BUILD_TESTING 0)
- include (${CMAKE_ROOT}/Modules/Dart.cmake)
-
- # Set up test-time configuration.