mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 10:38:59 +08:00
16 lines
393 B
Diff
16 lines
393 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -41,4 +41,5 @@
|
|
+if(0)
|
|
# Build the unit tests
|
|
gz_build_tests(
|
|
TYPE UNIT
|
|
SOURCES ${gtest_sources}
|
|
@@ -77,4 +78,5 @@
|
|
message(STATUS "")
|
|
target_compile_definitions(UNIT_Filesystem_TEST PRIVATE GZ_BUILD_SYMLINK_TESTS_ON_WINDOWS)
|
|
endif()
|
|
endif()
|
|
+endif(0)
|