freebsd-ports/textproc/toml-f/files/patch-CMakeLists.txt
Yuri Victorovich 101d4e1e39 textproc/toml-f: Update 0.2.2-4 -> 0.2.3
Reported by:	portscout
2022-04-12 21:05:01 -07:00

11 lines
247 B
Text

--- CMakeLists.txt.orig 2022-04-13 04:01:25 UTC
+++ CMakeLists.txt
@@ -89,6 +89,8 @@ install(
)
# add the testsuite
+if (FREEBSD_BUILD_TESTS)
enable_testing()
set(fpm-toml "${PROJECT_SOURCE_DIR}/fpm.toml")
add_subdirectory("test")
+endif()