mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
12 lines
206 B
Text
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.
|
|
|