mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
14 lines
364 B
Diff
14 lines
364 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index e4f8535c..4e6f6914 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)
|
||
|
|
||
|
# cmake install config
|
||
|
include(GNUInstallDirs)
|