diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-28 22:30:35 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-28 22:33:23 -0700 |
commit | 3300bf124cb2c160729141eab0d1a6e9ed23c18c (patch) | |
tree | 2d0756356172b322be1a3474d4006b677ff59dd1 /math/petanque/files/patch-CMakeLists.txt | |
parent | net-p2p/py-transmission-rpc: update to 3.2.9 (diff) |
math/petanque: New port: Library that helps manipulate symbolic boolean expressions
Diffstat (limited to 'math/petanque/files/patch-CMakeLists.txt')
-rw-r--r-- | math/petanque/files/patch-CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/petanque/files/patch-CMakeLists.txt b/math/petanque/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..1b221a8caa89 --- /dev/null +++ b/math/petanque/files/patch-CMakeLists.txt @@ -0,0 +1,13 @@ +--- CMakeLists.txt.orig 2020-03-28 18:16:21 UTC ++++ CMakeLists.txt +@@ -16,8 +16,8 @@ include_directories(${Boost_INCLUDE_DIRS}) + include_directories(${CMAKE_SOURCE_DIR}/third-party) + + add_subdirectory(src) +-add_subdirectory(bindings) +-if (NOT (DEFINED NO_TESTS OR NO_TESTS)) ++#add_subdirectory(bindings) ++if (WITH_TESTS) + add_subdirectory(tests) + endif() + if (NOT (DEFINED NO_TOOLS OR NO_TOOLS)) |