summaryrefslogtreecommitdiff
path: root/science/axom/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-21 15:31:26 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-21 15:31:26 -0700
commit4af6d519a7dd16e1c064ed3902df23e611ff1b56 (patch)
treed251400ce1987419f3ab2e993d1ef92bb2e24e9a /science/axom/files/patch-CMakeLists.txt
parentdevel/serd: Update 0.30.12 -> 0.30.14; Add test target (diff)
science/axom: Update 0.6.1 -> 0.6.1-1671
Reason: science/serac needs latest Axom code.
Diffstat (limited to 'science/axom/files/patch-CMakeLists.txt')
-rw-r--r--science/axom/files/patch-CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/science/axom/files/patch-CMakeLists.txt b/science/axom/files/patch-CMakeLists.txt
deleted file mode 100644
index a1e98c74bc82..000000000000
--- a/science/axom/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
---- CMakeLists.txt.orig 2021-11-03 19:31:10 UTC
-+++ CMakeLists.txt
-@@ -122,7 +122,9 @@ if(AXOM_ENABLE_TOOLS)
- endif()
-
- # Using Axom install examples
-+if (FREEBSD_ENABLE_EXAMPLES)
- add_subdirectory(examples)
-+endif()
-
- if(AXOM_ENABLE_DOCS)
- if(SPHINX_FOUND)