mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 00:32:04 +08:00
14 lines
332 B
Diff
14 lines
332 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index d046251cc..d8201bf6a 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -44,8 +44,6 @@ if (Boost_FOUND)
|
||
|
endif (Boost_FOUND)
|
||
|
|
||
|
add_subdirectory(ql)
|
||
|
-add_subdirectory(Examples)
|
||
|
-add_subdirectory(test-suite)
|
||
|
|
||
|
#
|
||
|
# Copy across the ANSI config file into the build directory. Users
|