From 9d19f9e4dc26d00eaf16c01bbcc5d0dca147cd45 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 15 Mar 2020 01:53:01 +0000 Subject: New port: math/dune-functions: DUNE framework: Abstraction layer for global finite element functions --- math/dune-functions/files/patch-CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 math/dune-functions/files/patch-CMakeLists.txt (limited to 'math/dune-functions/files/patch-CMakeLists.txt') 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) -- cgit v1.2.3