ports/math/polyclipper/files/patch-CMakeLists.txt
Yuri Victorovich 78ce19d97e math/polyclipper: Update 1.2.3-2 → 1.2.4
Reported by:	portscout
2023-04-01 00:19:08 -07:00

10 lines
389 B
Text

--- CMakeLists.txt.orig 2023-03-30 17:11:57 UTC
+++ CMakeLists.txt
@@ -78,4 +78,6 @@ endif()
#-------------------------------------------------------------------------------
# Add any tests
#-------------------------------------------------------------------------------
-add_subdirectory(test/test_array_vector)
+if (BUILD_TESTING)
+ add_subdirectory(test/test_array_vector)
+endif()