ports/devel/utf8cpp3/files/patch-CMakeLists.txt
2023-11-15 01:15:29 +08:00

11 lines
279 B
Text

--- CMakeLists.txt.orig 2020-09-27 18:26:57 UTC
+++ CMakeLists.txt
@@ -36,7 +36,7 @@ if(UTF8_SAMPLES)
target_link_libraries(docsample PRIVATE utf8::cpp)
endif()
-if(UTF8_TESTS)
+if(0)
enable_testing()
add_subdirectory(extern/gtest)
add_subdirectory(tests)