aboutsummaryrefslogtreecommitdiff
path: root/ports/xerces-c/disable-tests.patch
blob: 843b022d7326b21b8a55963bbcb26ae8279fd2bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4254f89..aa08565 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -175,10 +175,16 @@ install(
   COMPONENT "development")
 
 # Process subdirectories
+if(NOT DISABLE_DOC)
 add_subdirectory(doc)
+endif()
 add_subdirectory(src)
+if(NOT DISABLE_TESTS)
 add_subdirectory(tests)
+endif()
+if(NOT DISABLE_SAMPLES)
 add_subdirectory(samples)
+endif()
 
 # Display configuration summary
 message(STATUS "")