aboutsummaryrefslogtreecommitdiff
path: root/science/pcmsolver/files/patch-CMakeLists.txt
blob: e49387be7c1cf2a67ef6e169aabb4aae12a6039f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- CMakeLists.txt.orig	2018-12-19 05:45:58 UTC
+++ CMakeLists.txt
@@ -80,4 +80,6 @@ include(eigen)
 include(libtaylor)
 include(zlib)
 include(autocmake_src)
-include(test)
+if (BUILD_TESTING)
+  include(test)
+endif()