package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
297 B
13 lines
297 B
2 years ago
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -618,7 +618,7 @@ ADD_SUBDIRECTORY (include)
|
||
|
ADD_SUBDIRECTORY (src)
|
||
|
|
||
|
# Docs
|
||
|
-ADD_SUBDIRECTORY (docs)
|
||
|
+#ADD_SUBDIRECTORY (docs)
|
||
|
|
||
|
# Tests
|
||
|
IF (CARES_BUILD_TESTS OR CARES_BUILD_CONTAINER_TESTS)
|