mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
--- src/libpsl-native/CMakeLists.txt.orig 2023-10-31 22:12:48 UTC
|
|
+++ src/libpsl-native/CMakeLists.txt
|
|
@@ -18,8 +18,5 @@ else ()
|
|
add_subdirectory(src)
|
|
else ()
|
|
# test in BUILD_DIR
|
|
- message(STATUS "Tests enabled")
|
|
- enable_testing()
|
|
add_subdirectory(src)
|
|
- add_subdirectory(test)
|
|
endif ()
|