Reapply "hyprpm: bump glaze version"

This reverts commit e92b20292b.
This commit is contained in:
Tyr Heimdal 2026-02-11 17:45:45 +01:00 committed by Mihai Fufezan
parent 531fc43203
commit fd48d102e1

View file

@ -11,9 +11,9 @@ set(CMAKE_CXX_STANDARD 23)
pkg_check_modules(hyprpm_deps REQUIRED IMPORTED_TARGET tomlplusplus hyprutils>=0.7.0)
find_package(glaze 6.0.0 QUIET)
find_package(glaze 7.0.0 QUIET)
if (NOT glaze_FOUND)
set(GLAZE_VERSION v6.1.0)
set(GLAZE_VERSION v7.0.0)
message(STATUS "glaze dependency not found, retrieving ${GLAZE_VERSION} with FetchContent")
include(FetchContent)
FetchContent_Declare(