1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00
This commit is contained in:
ClausKlein 2021-02-11 20:07:14 +01:00
parent f158b9ca9c
commit beebf70246

View file

@ -45,7 +45,7 @@ CPMAddPackage(
NAME fmt NAME fmt
GIT_TAG 7.1.3 GIT_TAG 7.1.3
GITHUB_REPOSITORY fmtlib/fmt # to get an installable target GITHUB_REPOSITORY fmtlib/fmt # to get an installable target
OPTION "FMT_INSTALL YES" OPTIONS "FMT_INSTALL YES"
) )
# ---- Add source files ---- # ---- Add source files ----