From 37fb67a86e0d97bc400941ceb501c27102ace652 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sat, 5 Aug 2023 10:32:25 +0800 Subject: [PATCH] Use rz-ghidra v0.6.0 --- dist/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/CMakeLists.txt b/dist/CMakeLists.txt index 2fe5b671..acae42d6 100644 --- a/dist/CMakeLists.txt +++ b/dist/CMakeLists.txt @@ -188,9 +188,9 @@ if(CUTTER_PACKAGE_RZ_GHIDRA) # installed Cutter. ExternalProject_Add(rz-ghidra GIT_REPOSITORY https://github.com/rizinorg/rz-ghidra - #GIT_TAG v0.3.0 + GIT_TAG v0.6.0 #GIT_TAG c7a50a2e7c0a95cd52b167c9ee0fa1805223f08e - GIT_TAG dev + #GIT_TAG dev #GIT_SHALLOW ON # disable this line when using commit hash CONFIGURE_COMMAND "" BUILD_COMMAND ""