ports/devel/utf8cpp/files/patch-CMakeLists.txt
Dima Panov 56a38703dc devel/utf8cpp: update to 3.1.2 release
Project moved to github
Release notes: https://github.com/nemtrif/utfcpp/releases

PR:		251402
Submitted by:	fluffy
Approved by:	maintainer (timeout, >2w)
2020-12-12 11:15:00 +00: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)