diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-04 11:35:46 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-01-04 11:36:13 -0800 |
commit | d40ba16676ecd40fd3b0e5f13a5fe2d7484b0b57 (patch) | |
tree | 583ca6ca0c363b4834795aac364e5581bf189e9b /science/mctc-lib/files | |
parent | databases/cego: update 2.47.11 -> 2.47.13 (diff) |
science/mctc-lib: New port: Computation tool chain library to work with molecular structure data
Diffstat (limited to 'science/mctc-lib/files')
-rw-r--r-- | science/mctc-lib/files/patch-CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/mctc-lib/files/patch-CMakeLists.txt b/science/mctc-lib/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..84e321220399 --- /dev/null +++ b/science/mctc-lib/files/patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2022-01-04 19:28:19 UTC ++++ CMakeLists.txt +@@ -91,5 +91,7 @@ install( + ) + + # add the testsuite ++if (BUILD_TESTING) + enable_testing() + add_subdirectory("test") ++endif() |