Skip to content

Commit

Permalink
Install the LICENSE file to ${CMAKE_INSTALL_DOCDIR}
Browse files Browse the repository at this point in the history
ie., {INSTALL_PREFIX}/share/doc/omnitrace/LICENSE
Internal ticket: SWDEV-466385

Signed-off-by: David Galiffi <[email protected]>
  • Loading branch information
dgaliffiAMD committed Sep 4, 2024
1 parent f9e036a commit 4659c18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@ install(
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/modulefiles/${PROJECT_NAME}
COMPONENT setup)

install(
FILES
${PROJECT_SOURCE_DIR}/LICENSE
DESTINATION ${CMAKE_INSTALL_DOCDIR}
COMPONENT setup)

# ------------------------------------------------------------------------------#
#
# install
Expand Down

0 comments on commit 4659c18

Please sign in to comment.