summarylogtreecommitdiffstats
path: root/fix_cmake_module_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix_cmake_module_path.patch')
-rw-r--r--fix_cmake_module_path.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix_cmake_module_path.patch b/fix_cmake_module_path.patch
new file mode 100644
index 000000000000..f118b03e1ad8
--- /dev/null
+++ b/fix_cmake_module_path.patch
@@ -0,0 +1,12 @@
+diff '--color=auto' --unified --recursive --text thor-git.orig/CMakeLists.txt thor-git.new/CMakeLists.txt
+--- thor-git.orig/CMakeLists.txt 2022-09-03 10:55:51.164332584 +0300
++++ thor-git.new/CMakeLists.txt 2022-09-03 11:02:53.710206314 +0300
+@@ -156,7 +156,7 @@
+ DESTINATION .)
+
+ install(FILES cmake/Modules/FindThor.cmake
+- DESTINATION ./cmake/Modules/)
++ DESTINATION ./lib/cmake/Thor/)
+
+ install(FILES License.txt
+ RENAME LicenseThor.txt