summarylogtreecommitdiffstats
path: root/0001-cmake_install_module.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-cmake_install_module.patch')
-rw-r--r--0001-cmake_install_module.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/0001-cmake_install_module.patch b/0001-cmake_install_module.patch
deleted file mode 100644
index 302cc54506cd..000000000000
--- a/0001-cmake_install_module.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-reverted:
---- CMakeLists.txt.orig 2016-06-19 17:26:23.132310788 +0200
-+++ CMakeLists.txt 2016-06-19 17:30:51.779511122 +0200
-@@ -164,8 +164,9 @@
- install(DIRECTORY include
- DESTINATION .)
-
-+set(CMAKE_VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
- install(FILES cmake/Modules/FindThor.cmake
-+ DESTINATION share/cmake-${CMAKE_VERSION}/Modules/)
-- DESTINATION ./cmake/Modules/)
-
- install(FILES License.txt
- RENAME LicenseThor.txt