Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down