mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-01 06:30:52 +02:00
fix typo
This commit is contained in:
parent
f158b9ca9c
commit
beebf70246
1 changed files with 1 additions and 1 deletions
|
@ -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 ----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue