Skip to content

Commit

Permalink
Fix CMake install step
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Jan 6, 2025
1 parent 8f3066a commit ba657d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if(NOT CMAKE_SKIP_INSTALL_RULES)
)

install(
FILES "${PROJECT_SOURCE_DIR}/LICENSE"
FILES "${PROJECT_SOURCE_DIR}/LICENSE.md"
DESTINATION "${RED3EXT_INSTALL_BIN_DIR}"
RENAME LICENSE.txt
)
Expand Down

0 comments on commit ba657d8

Please sign in to comment.