blob: f118b03e1ad8223b2135323f5c8cc74a07cedb2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|