mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
11 lines
279 B
Text
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)
|