diff options
Diffstat (limited to 'math/dune-functions/files/patch-CMakeLists.txt')
-rw-r--r-- | math/dune-functions/files/patch-CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/dune-functions/files/patch-CMakeLists.txt b/math/dune-functions/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..facfcb30396b --- /dev/null +++ b/math/dune-functions/files/patch-CMakeLists.txt @@ -0,0 +1,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) |