aboutsummaryrefslogtreecommitdiff
path: root/ports/dartsim/disable_unit_tests_examples_and_tutorials.patch
blob: e20d8de079b60a2f69335ad06dd93d3daf047bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9940065eb8..b25fa4919a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -298,7 +298,7 @@ add_subdirectory(dart)
 
 set(DART_IN_SOURCE_BUILD TRUE)
 
-if(TARGET dart)
+if(false)
 
   # Add a "tests" target to build unit tests.
   enable_testing()