summarylogtreecommitdiffstats
path: root/cmake.patch
diff options
context:
space:
mode:
authorbartus2021-10-23 10:45:55 +0200
committerhaawda2021-10-28 14:28:50 +0200
commitc791081af13f8ed463d76bb3734759f9bc386863 (patch)
treea248638629f9615f6b40d82e3290a01d7eafcee1 /cmake.patch
parent56dcaa1a1134f8d772071f8c51290a0b4ecbc16b (diff)
downloadaur-c791081af13f8ed463d76bb3734759f9bc386863.tar.gz
Fix cmake issue: check github #109
Signed-off-by: haawda <stefan-husmann@t-online.de>
Diffstat (limited to 'cmake.patch')
-rw-r--r--cmake.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/cmake.patch b/cmake.patch
new file mode 100644
index 000000000000..fb5fbe66a5fb
--- /dev/null
+++ b/cmake.patch
@@ -0,0 +1,13 @@
+diff -Naur mmg-5.5.2/cmake/config/mmgConfig.cmake.in mmg-5.5.2.ne/cmake/config/mmgConfig.cmake.in
+--- mmg-5.5.2/cmake/config/mmgConfig.cmake.in 2020-11-17 12:03:18.000000000 +0100
++++ mmg-5.5.2.ne/cmake/config/mmgConfig.cmake.in 2021-10-22 11:53:52.304256426 +0200
+@@ -2,6 +2,9 @@
+
+ include(CMakeFindDependencyMacro)
+
++# Allows us to use all .cmake files in this directory
++list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_LIST_DIR}")
++
+ find_package(SCOTCH)
+ find_package(VTK)
+