diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-01 07:23:27 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-01-01 07:23:27 +0000 |
commit | ebe72cae0ec78c93c33482d3a1d8ce93c073cdf1 (patch) | |
tree | 608d8c32edbf3246b237561d7d0fe21337f1c87c /math/sympol/files/patch-CMakeLists.txt | |
parent | www/qutebrowser: update to 1.14.1 (diff) |
New port: math/sympol: C++ library and tool to work with symmetric polyhedra
Diffstat (limited to 'math/sympol/files/patch-CMakeLists.txt')
-rw-r--r-- | math/sympol/files/patch-CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/sympol/files/patch-CMakeLists.txt b/math/sympol/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..8b3d70f0cdf6 --- /dev/null +++ b/math/sympol/files/patch-CMakeLists.txt @@ -0,0 +1,15 @@ +--- CMakeLists.txt.orig 2016-05-08 19:52:35 UTC ++++ CMakeLists.txt +@@ -23,8 +23,10 @@ add_test(NAME perltest WORKING_DIRECTORY ${PROJECT_SOU + + add_subdirectory(sympol) + add_subdirectory(external/lrslib-042c) +-add_subdirectory(external/cddlib-094f) +-add_subdirectory(test) ++#add_subdirectory(external/cddlib-094f) ++if (BUILD_TESTS) ++ add_subdirectory(test) ++endif() + + exec_program( ${CMAKE_COMMAND} ARGS -E copy_directory ${PROJECT_SOURCE_DIR}/data ${PROJECT_BINARY_DIR}/data ) + |