7 lines
144 B
CMake
7 lines
144 B
CMake
|
FetchContent_Declare(
|
||
|
fmt
|
||
|
GIT_REPOSITORY https://github.com/fmtlib/fmt
|
||
|
GIT_TAG 11.0.1
|
||
|
)
|
||
|
FetchContent_MakeAvailable(fmt)
|