hyprpm: exclude glaze from all targets during fetch
This commit is contained in:
parent
380d14998e
commit
81a029e504
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ if (NOT glaze_FOUND)
|
||||||
GIT_REPOSITORY https://github.com/stephenberry/glaze.git
|
GIT_REPOSITORY https://github.com/stephenberry/glaze.git
|
||||||
GIT_TAG ${GLAZE_VERSION}
|
GIT_TAG ${GLAZE_VERSION}
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
|
EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(glaze)
|
FetchContent_MakeAvailable(glaze)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue