include(FetchContent) FetchContent_Declare( fmt GIT_REPOSITORY https://github.com/fmtlib/fmt.git GIT_TAG 9.1.0 GIT_PROGRESS TRUE ) FetchContent_MakeAvailable(fmt)