♻ update version of deps

This commit is contained in:
Vladislav Nepogodin 2022-01-30 13:21:15 +04:00
parent e00167d3b9
commit 194132171b
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
4 changed files with 7 additions and 7 deletions

View File

@ -41,20 +41,20 @@ FetchContent_Declare(ftxui
)
FetchContent_Declare(fmt
GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
GIT_TAG "a7aecbfcaa0e1586da9cf8175bd8d1c4383acd8c"
GIT_TAG "ae1aaaee5f5f36ce5303bb140d51b6db21e1af4e"
)
FetchContent_MakeAvailable(fmt)
FetchContent_Declare(spdlog
GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
GIT_TAG "729d7f6d8837b6693e7b378408518ea1710f80cb"
GIT_TAG "8fb112158a64afe1bd58c82c06bf6a142c9b3823"
)
FetchContent_Declare(simdjson
GIT_REPOSITORY "https://github.com/simdjson/simdjson.git"
GIT_TAG "5beef701e741f23de450fc120a30b87fa0a0cec8"
GIT_TAG "6698eb96b99576b8d53f8d90c9023717379e1c0f"
)
FetchContent_Declare(cpr
GIT_REPOSITORY "https://github.com/libcpr/cpr.git"
GIT_TAG "9b2bda734dffdd76096e1364290c58fe3a30c59a"
GIT_TAG "da381bb2afe4e36b18b1fe206bc06951d8fdc06e"
)
FetchContent_MakeAvailable(ftxui spdlog simdjson cpr)
if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")

View File

@ -1,6 +1,6 @@
[wrap-git]
url = https://github.com/fmtlib/fmt.git
revision = a7aecbfcaa0e1586da9cf8175bd8d1c4383acd8c
revision = ae1aaaee5f5f36ce5303bb140d51b6db21e1af4e
patch_directory = fmt

View File

@ -1,5 +1,5 @@
project('fmt', 'cpp',
version : '8.0.1',
version : '8.1.1',
license : 'BSD',
default_options : [
'cpp_std=c++14',

View File

@ -1,5 +1,5 @@
project('ftxui', 'cpp',
version: '0.11.1',
version: '2.0.0',
license : 'MIT',
default_options: ['cpp_std=c++17']
)