Skip to content

Commit

Permalink
Merge pull request #50 from michalbiesek/feat-bump-capstone
Browse files Browse the repository at this point in the history
Update the capstone to 5.0.1 version
  • Loading branch information
kubo authored Dec 16, 2023
2 parents 9a70b30 + 08a64f4 commit f80a7c7
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 @@ -90,7 +90,7 @@ if (DISASM_CAPSTONE)
FetchContent_Declare(
capstone
GIT_REPOSITORY https://github.com/capstone-engine/capstone.git
GIT_TAG 5.0-rc4
GIT_TAG 5.0.1
GIT_SHALLOW TRUE
)
FetchContent_GetProperties(capstone)
Expand Down

0 comments on commit f80a7c7

Please sign in to comment.