diff --git a/CMakeLists.txt b/CMakeLists.txt index bf5d954..4bf4981 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ if (DISASM_ZYDIS) FetchContent_Declare( Zydis GIT_REPOSITORY https://github.com/zyantific/zydis.git - GIT_TAG v4.0.0 + GIT_TAG v4.1.0 GIT_SHALLOW TRUE ) FetchContent_GetProperties(Zydis)