summaryrefslogtreecommitdiff
path: root/math/dune-functions/files/patch-CMakeLists.txt
blob: facfcb30396b7004906448f5960c462fb6500427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- CMakeLists.txt.orig	2020-01-12 13:35:54 UTC
+++ CMakeLists.txt
@@ -21,8 +21,10 @@ include(DuneMacros)
 dune_project()
 
 add_subdirectory("dune")
+if (FREEBSD_INSTALL_DOCS)
 add_subdirectory("doc")
-add_subdirectory("examples")
+endif()
+#add_subdirectory("examples")
 
 # finalize the dune project, e.g. generating config.h etc.
 finalize_dune_project(GENERATE_CONFIG_H_CMAKE)