mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:49:02 +08:00
14 lines
359 B
Diff
14 lines
359 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index 3182d12693..db70cca198 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -134,7 +134,7 @@ if (ENABLE_TESTS OR ENABLE_TEMPLATE)
|
||
|
endif()
|
||
|
include(cmake/extra_modules.cmake)
|
||
|
add_subdirectory(docs)
|
||
|
-add_subdirectory(tools)
|
||
|
+# add_subdirectory(tools)
|
||
|
add_subdirectory(scripts)
|
||
|
add_subdirectory(licensing)
|
||
|
|