opnsense-ports/math/libformfactor/files/patch-CMakeLists.txt
Franco Fichtner a903d56c52 */*: sync with upstream
Taken from: FreeBSD
2025-01-20 11:29:20 +01:00

12 lines
206 B
Text

--- CMakeLists.txt.orig 2023-08-02 16:06:12 UTC
+++ CMakeLists.txt
@@ -62,7 +62,9 @@ include(CTest)
## Tests.
include(CTest)
+if (BUILD_TESTING)
add_subdirectory(test)
+endif()
## CPack settings.