1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +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
GIT_TAG 7.1.3
GITHUB_REPOSITORY fmtlib/fmt # to get an installable target
OPTION "FMT_INSTALL YES"
OPTIONS "FMT_INSTALL YES"
)
# ---- Add source files ----