opnsense-ports/devel/libheinz/files/patch-CMakeLists.txt
Franco Fichtner 62d2d02ea3 */*: sync with upstream
Taken from: FreeBSD
2023-01-21 13:36:14 +01:00

12 lines
211 B
Text

--- CMakeLists.txt.orig 2023-01-24 07:32:58 UTC
+++ CMakeLists.txt
@@ -35,7 +35,9 @@ endif()
include(CTest)
add_subdirectory(inc)
+if (BUILD_TESTING)
add_subdirectory(test)
+endif()
## CPack settings.