aboutsummaryrefslogtreecommitdiffstats
path: root/math/dune-istl/files/patch-CMakeLists.txt
blob: 448ec36ccef8b69a6a7ecf148f613f46d7ed686c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- CMakeLists.txt.orig	2021-08-31 13:58:37 UTC
+++ CMakeLists.txt
@@ -25,7 +25,9 @@ dune_project()
 
 add_subdirectory(cmake/modules)
 add_subdirectory(dune)
+if (FREEBSD_INSTALL_DOCS)
 add_subdirectory(doc)
+endif()
 
 # if Python bindings are enabled, include necessary sub directories.
 if( DUNE_ENABLE_PYTHONBINDINGS )