Skip to content

Commit

Permalink
Merge pull request #112 from zyantific/zydis-update
Browse files Browse the repository at this point in the history
Update CMakeLists.txt to use Zydis 4.1.0
  • Loading branch information
ZehMatt authored Mar 12, 2024
2 parents 7219196 + 592713d commit f615882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ include(FetchContent)
if(POLICY CMP0135)
cmake_policy(SET CMP0135 NEW)
endif()
message(STATUS "Fetching Zydis (49fa4db3f585a298041b56c15e677bb2e6d0810c)...")
message(STATUS "Fetching Zydis (v4.1.0)...")
FetchContent_Declare(Zydis SYSTEM
GIT_REPOSITORY
"https://github.com/zyantific/zydis"
GIT_TAG
49fa4db3f585a298041b56c15e677bb2e6d0810c
v4.1.0
)
FetchContent_MakeAvailable(Zydis)

Expand Down

0 comments on commit f615882

Please sign in to comment.