ports/math/libformfactor/files/patch-CMakeLists.txt
2025-01-19 18:40:37 -08: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.