Skip to content

Commit

Permalink
build: simplify package file name (#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal authored Oct 23, 2024
1 parent de1ef1e commit 4d44de1
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 @@ -54,6 +54,6 @@ if(MY_PROJECT_ENABLE_INSTALL)
${CMAKE_CURRENT_BINARY_DIR}/cmake/MyProjectConfigVersion.cmake
DESTINATION lib/cmake/MyProject)

set(CPACK_SYSTEM_NAME any)
set(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}")
include(CPack)
endif()

0 comments on commit 4d44de1

Please sign in to comment.