Skip to content

Commit

Permalink
No additional version number is required in the filename
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Jan 30, 2022
1 parent 828a86c commit 3cdfa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ target_include_directories(${IPFS_API_LIBNAME}
include(FetchContent)
message(STATUS "Fetching nlohmann/JSON")
# Retrieve Nlohmann JSON
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.10.5/json-3.10.5.tar.xz)
FetchContent_Declare(json URL https://github.com/nlohmann/json/releases/download/v3.10.5/json.tar.xz)
FetchContent_MakeAvailable(json)

# libcurl requires additional libs only for static Windows builds
Expand Down

0 comments on commit 3cdfa7f

Please sign in to comment.