aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/stlab-copy-on-write/disable-tests.patch
blob: e5c777c7c753087d7109f4d15f844ba004035850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41ee6d1..b42fe4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,7 +71,7 @@ install(FILES
 )
 
 # Only build tests and examples if this is the top-level project
-if(PROJECT_IS_TOP_LEVEL)
+if(0)
     # Add doctest dependency for testing
     CPMAddPackage(
         NAME doctest