Skip to content

Commit

Permalink
Fix cmake error when build with capstone as submodule (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Mar 3, 2025
1 parent 59cca4f commit cc49ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPackConfig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(CPACK_PACKAGE_DESCRIPTION "Capstone is a lightweight multi-platform, multi-a
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Lightweight multi-architecture disassembly framework - devel files")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://www.capstone-engine.org/")
set(CPACK_STRIP_FILES false)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.TXT")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.TXT")

# Set Debian-specific package variables
set(CPACK_DEBIAN_PACKAGE_NAME "libcapstone-dev")
Expand Down

0 comments on commit cc49ae6

Please # to comment.