From d40ba16676ecd40fd3b0e5f13a5fe2d7484b0b57 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 4 Jan 2022 11:35:46 -0800 Subject: science/mctc-lib: New port: Computation tool chain library to work with molecular structure data --- science/mctc-lib/files/patch-CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 science/mctc-lib/files/patch-CMakeLists.txt (limited to 'science/mctc-lib/files') 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() -- cgit v1.2.3