mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:19:07 +08:00
287be77baf
* [openvino]: added new port with 2023.0.0+ version * updated versions files
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)
|
|
|