hyprpm: exclude glaze from all targets during fetch

This commit is contained in:
Kamikadze
2026-02-12 00:12:42 +02:00
committed by Mihai Fufezan
parent 380d14998e
commit 81a029e504
+1
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()