mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c168c64bd2
instead of via cmake DOWNLOAD to enable testing
13 lines
701 B
Plaintext
13 lines
701 B
Plaintext
Index: CMakeLists.txt
|
|
--- CMakeLists.txt.orig
|
|
+++ CMakeLists.txt
|
|
@@ -86,8 +86,6 @@ if(UTF8PROC_ENABLE_TESTING)
|
|
enable_testing()
|
|
file(MAKE_DIRECTORY data)
|
|
set(UNICODE_VERSION 17.0.0)
|
|
- file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt ${CMAKE_BINARY_DIR}/data/NormalizationTest.txt SHOW_PROGRESS)
|
|
- file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt ${CMAKE_BINARY_DIR}/data/GraphemeBreakTest.txt SHOW_PROGRESS)
|
|
add_executable(case test/tests.h test/tests.c utf8proc.h test/case.c)
|
|
target_link_libraries(case utf8proc)
|
|
add_executable(custom test/tests.h test/tests.c utf8proc.h test/custom.c)
|