We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7e391d + a4b644b commit 1d53195Copy full SHA for 1d53195
amd/device-libs/CMakeLists.txt
@@ -7,7 +7,7 @@
7
8
cmake_minimum_required(VERSION 3.13.4)
9
10
-project(ROCm-Device-Libs VERSION "1.0.0")
+project(rocm-device-libs VERSION "1.0.0")
11
cmake_policy(SET CMP0011 NEW)
12
13
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
@@ -110,7 +110,7 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
110
111
# Install License file
112
install ( FILES "${CPACK_RESOURCE_FILE_LICENSE}"
113
- DESTINATION ${CMAKE_INSTALL_DOCDIR})
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/doc/${CPACK_PACKAGE_NAME})
114
115
set ( CPACK_GENERATOR "DEB;RPM" CACHE STRING "Default packaging generators." )
116
0 commit comments