mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
14 lines
322 B
Diff
14 lines
322 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e4d31492a4..38c009b3cb 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -161,7 +161,7 @@ endif()
|
|
|
|
include(cmake/extra_modules.cmake)
|
|
add_subdirectory(docs)
|
|
-add_subdirectory(tools)
|
|
+# add_subdirectory(tools)
|
|
add_subdirectory(scripts)
|
|
add_subdirectory(licensing)
|
|
|