mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
336 B
Diff
12 lines
336 B
Diff
--- petanque/CMakeLists.txt.orig 2020-03-29 01:16:21.000000000 +0700
|
|
+++ petanque/CMakeLists.txt 2022-12-29 03:25:38.000000000 +0700
|
|
@@ -16,7 +16,7 @@
|
|
include_directories(${CMAKE_SOURCE_DIR}/third-party)
|
|
|
|
add_subdirectory(src)
|
|
-add_subdirectory(bindings)
|
|
+
|
|
if (NOT (DEFINED NO_TESTS OR NO_TESTS))
|
|
add_subdirectory(tests)
|
|
endif()
|