Skip to content

Commit

Permalink
Fixed fmt cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Mar 16, 2024
1 parent c923915 commit a145ba6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmake/fmtlib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ include(FetchContent)

FetchContent_Declare(
fmt
URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
)

URL https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz
URL_HASH SHA256=1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811)
FetchContent_GetProperties(fmt)
if(NOT fmt_POPULATED)
FetchContent_Populate(fmt)
Expand Down

0 comments on commit a145ba6

Please sign in to comment.