Skip to content

Commit

Permalink
Updated mongoose to 7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Oct 14, 2023
1 parent 7158925 commit 46ada79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ if(CPR_BUILD_TESTS)
clear_variable(DESTINATION CMAKE_CXX_CLANG_TIDY BACKUP CMAKE_CXX_CLANG_TIDY_BKP)

FetchContent_Declare(mongoose
URL https://github.com/cesanta/mongoose/archive/7.7.tar.gz
URL_HASH SHA256=4e5733dae31c3a81156af63ca9aa3a6b9b736547f21f23c3ab2f8e3f1ecc16c0 # the hash for 7.7.tar.gz
URL https://github.com/cesanta/mongoose/archive/refs/tags/7.12.tar.gz
URL_HASH SHA256=91e719e164816b349be3cb71293927f3f6abbe3fb02187e2d9b5e56f542c2063 # the hash for 7.12.tar.gz
USES_TERMINAL_DOWNLOAD TRUE) # <---- This is needed only for Ninja to show download progress
# We can not use FetchContent_MakeAvailable, since we need to patch mongoose to use CMake
if (NOT mongoose_POPULATED)
Expand Down

0 comments on commit 46ada79

Please sign in to comment.