From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Wed, 12 Jan 2022 22:18:57 +0330 Subject: [PATCH] CMake: Disable tests We don't care about building tests for now, and it makes the compilation much faster. - [ ] Local? - [ ] Should be merged to upstream? - [ ] Resolves issue(s) with our side of things - [ ] Hack --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2ab30e1..24127b09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -733,7 +733,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.