summaryrefslogtreecommitdiff
blob: 8fb6c977ca7619a68a6c9fc7e5b8b10be566ac1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt	2020-04-01 00:03:37.000000000 +0300
+++ b/CMakeLists.txt	2020-04-21 13:27:58.000000000 +0300
@@ -1146,9 +1146,9 @@
 # install license and notice files
 install(
   FILES ${PROJECT_SOURCE_DIR}/LICENSE
-  DESTINATION include/sundials
+  DESTINATION share/doc/sundials-5.2.0
   )
 install(
   FILES ${PROJECT_SOURCE_DIR}/NOTICE
-  DESTINATION include/sundials
+  DESTINATION share/doc/sundials-5.2.0
   )