diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-15 01:53:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-03-15 01:53:01 +0000 |
commit | 9d19f9e4dc26d00eaf16c01bbcc5d0dca147cd45 (patch) | |
tree | 21489ba231c7b3cbd17ac3a1b18a97bd8c97c2c2 /math/dune-functions/files/patch-CMakeLists.txt | |
parent | sysutils/slurm-wlm: Patch build system for clang/lld 10 (diff) |
New port: math/dune-functions: DUNE framework: Abstraction layer for global finite element functions
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) |