summaryrefslogtreecommitdiff
path: root/math/dune-foamgrid/files/patch-CMakeLists.txt
blob: 6b745f4d165b4b6831e548379e255b95af0d1c76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- CMakeLists.txt.orig	2021-01-17 06:47:55 UTC
+++ CMakeLists.txt
@@ -20,7 +20,9 @@ dune_project()
 dune_enable_all_packages()
 
 add_subdirectory(dune)
+if (FREEBSD_INSTALL_DOCS)
 add_subdirectory(doc)
+endif()
 add_subdirectory(cmake/modules)
 add_subdirectory(examples EXCLUDE_FROM_ALL)
 if (dune-python_FOUND)