mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
12 lines
257 B
Text
12 lines
257 B
Text
--- CMakeLists.txt.orig 2023-01-24 07:39:32 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -42,7 +42,9 @@ message(STATUS "LibHeinz: found=${LibHeinz_FOUND}, inc
|
|
include(CTest)
|
|
|
|
add_subdirectory(ff)
|
|
+if (BUILD_TESTING)
|
|
add_subdirectory(test)
|
|
+endif()
|
|
|
|
## CPack settings.
|
|
|