blob: 88fb964f899530588c23c9f4ac072c22f76e7640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40a650e..2133476 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -231,10 +231,10 @@ endif()
# install license and notice files
install(FILES "${PROJECT_SOURCE_DIR}/LICENSE"
- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials"
+ DESTINATION share/doc/sundials-5.7.0
)
install(FILES "${PROJECT_SOURCE_DIR}/NOTICE"
- DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/sundials"
+ DESTINATION share/doc/sundials-5.7.0
)
# create package version file
|