From a70b3917b346a92799df03847278bb9dae80c712 Mon Sep 17 00:00:00 2001 From: Aure7138 <100095051+Aure7138@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:54:59 +0800 Subject: [PATCH] fix: can_apply_data (#1006) --- scripts/gtav-classes.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gtav-classes.cmake b/scripts/gtav-classes.cmake index e5436c88..0f7c611f 100644 --- a/scripts/gtav-classes.cmake +++ b/scripts/gtav-classes.cmake @@ -3,7 +3,7 @@ include(FetchContent) FetchContent_Declare( gtav_classes GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git - GIT_TAG c5c72f78ffef24ea7faf8791b37fb6d61c1b5fc4 + GIT_TAG 9bf112e0431e3618978a8dd2fec12ffeeb7dd7ce GIT_PROGRESS TRUE CONFIGURE_COMMAND "" BUILD_COMMAND ""