Skip to content

Commit

Permalink
Small fix to the install script where the wrong Readme file was picke…
Browse files Browse the repository at this point in the history
…d up.
  • Loading branch information
amd-bmarteau committed Oct 14, 2024
1 parent 99c498b commit e8c9c87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,8 @@ endif()

# Install examples and README files
install(
FILES README-Release.txt
DESTINATION ${CMAKE_INSTALL_PREFIX}
RENAME README.txt)
FILES README.md
DESTINATION ${CMAKE_INSTALL_PREFIX})
install(FILES License DESTINATION ${CMAKE_INSTALL_PREFIX})
install(
DIRECTORY tests/examples/
Expand Down

0 comments on commit e8c9c87

Please sign in to comment.