hyprpm: exclude glaze from all targets during fetch

This commit is contained in:
Kamikadze 2026-02-12 02:42:36 +05:00 committed by Mihai Fufezan
parent 380d14998e
commit 81a029e504

View file

@ -21,6 +21,7 @@ if (NOT glaze_FOUND)
GIT_REPOSITORY https://github.com/stephenberry/glaze.git
GIT_TAG ${GLAZE_VERSION}
GIT_SHALLOW TRUE
EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(glaze)
endif()