mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
14 lines
366 B
Diff
14 lines
366 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 55f1a6df..c8c15c30 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -10,7 +10,7 @@ set(CMAKE_VERBOSE_MAKEFILE on)
|
|
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/project-defaults.cmake)
|
|
|
|
add_subdirectory(yoga)
|
|
-add_subdirectory(tests)
|
|
+# add_subdirectory(tests)
|
|
|
|
option(BUILD_FUZZ_TESTS "Build fuzz tests" OFF)
|
|
|