From 4d49da4c178510887793ece869cdc390ec50ec53 Mon Sep 17 00:00:00 2001 From: lanthora Date: Tue, 3 Jun 2025 10:52:56 +0800 Subject: [PATCH] fix: chinese username crash --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a69084..126a7ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.28) project(cake LANGUAGES CXX) set (CANDY_VERSION "6.0.4") -set (CAKE_RELEASE "1") +set (CAKE_RELEASE "4") set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON) @@ -43,7 +43,7 @@ include(FetchContent) FetchContent_Declare( candy GIT_REPOSITORY https://github.com/lanthora/candy.git - GIT_TAG "v${CANDY_VERSION}" + GIT_TAG "7e5c45f546b01282adc3506128bbd274344dabad" EXCLUDE_FROM_ALL ) set(CANDY_DEVEL "1" CACHE BOOL "" FORCE)