include(FetchContent)
set(FETCHCONTENT_QUIET TRUE)

FetchContent_Declare(
    glaze
    GIT_REPOSITORY https://github.com/stephenberry/glaze.git
    GIT_TAG v4.4.3
    GIT_SHALLOW TRUE
    GIT_PROGRESS FALSE
    EXCLUDE_FROM_ALL
)
FetchContent_MakeAvailable(glaze)
