Skip to content

Commit

Permalink
build: simplify package file name (#304)
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <[email protected]>
  • Loading branch information
threeal authored Oct 23, 2024
1 parent a685958 commit 3c43102
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 @@ -43,6 +43,6 @@ if(ASSERTION_ENABLE_INSTALL)
${CMAKE_CURRENT_BINARY_DIR}/cmake/AssertionConfigVersion.cmake
DESTINATION lib/cmake/Assertion)

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

0 comments on commit 3c43102

Please sign in to comment.