vcpkg/ports/gz-common5/remove_tests.patch

16 lines
393 B
Diff
Raw Normal View History

2023-09-21 01:08:06 +08:00
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)