From 08a64f40444e6e0fe4b90581eb54c40dcc42cc0b Mon Sep 17 00:00:00 2001 From: Michal Biesek Date: Fri, 24 Nov 2023 09:58:43 +0100 Subject: [PATCH] Update the capstone to 5.0.1 version Signed-off-by: Michal Biesek --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)