summaryrefslogtreecommitdiff
path: root/math/py-libpoly/files/patch-CMakeLists.txt
blob: 7f5bb64a65d070b0bda4c6b31443eca867c84318 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- CMakeLists.txt.orig	2018-07-21 08:36:33 UTC
+++ CMakeLists.txt
@@ -50,7 +50,7 @@ if(HAVE_OPEN_MEMSTREAM)
 endif()
 
 # Configure the library source
-add_subdirectory(src)
+#add_subdirectory(src)
 
 # Configure the headers
 add_subdirectory(include)
@@ -61,6 +61,6 @@ if(LIBPOLY_BUILD_PYTHON_API)
   add_subdirectory(python)
 
   # Configure the tests
-  add_subdirectory(test)
+  #add_subdirectory(test)
 
 endif()