diff --git a/CMakeLists.txt b/CMakeLists.txt index 03ad5d4..bf5d954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)