Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Nov 16, 2023
1 parent f038d21 commit 2d92f0c
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 @@ -341,7 +341,7 @@ endif()

set(CPACK_RESOURCE_FILE_LICENSE ${PROJECT_SOURCE_DIR}/license.txt)
set(CPACK_RESOURCE_FILE_README ${PROJECT_SOURCE_DIR}/readme.txt)
install(FILES ${PROJECT_SOURCE_DIR}/LICENSE DESTINATION . COMPONENT Standalone)
install(FILES ${PROJECT_SOURCE_DIR}/license.txt DESTINATION . COMPONENT Standalone)


# remove all other targets from installer
Expand Down

0 comments on commit 2d92f0c

Please sign in to comment.