mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
♻ update deps
This commit is contained in:
parent
95df9f5faa
commit
b56910b3d9
@ -41,20 +41,20 @@ FetchContent_Declare(ftxui
|
||||
)
|
||||
FetchContent_Declare(fmt
|
||||
GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
|
||||
GIT_TAG "3a951a66cb0fb53ff5a9d5ce9c77e05ef9d382ce"
|
||||
GIT_TAG "c06bef7273e594bfa91739e29d339fba51fd4e0e"
|
||||
)
|
||||
FetchContent_MakeAvailable(fmt)
|
||||
FetchContent_Declare(spdlog
|
||||
GIT_REPOSITORY "https://github.com/gabime/spdlog.git"
|
||||
GIT_TAG "cc30229abb1e22ebe1f8657de4011a53db7bd6ac"
|
||||
GIT_TAG "729d7f6d8837b6693e7b378408518ea1710f80cb"
|
||||
)
|
||||
FetchContent_Declare(simdjson
|
||||
GIT_REPOSITORY "https://github.com/simdjson/simdjson.git"
|
||||
GIT_TAG "3a93e45dd166d8e614a33b0ba4da39c1a01660b7"
|
||||
GIT_TAG "5beef701e741f23de450fc120a30b87fa0a0cec8"
|
||||
)
|
||||
FetchContent_Declare(cpr
|
||||
GIT_REPOSITORY "https://github.com/libcpr/cpr.git"
|
||||
GIT_TAG "beb9e98806bb84bcc130a2cebfbcbbc6ce62b335"
|
||||
GIT_TAG "9b2bda734dffdd76096e1364290c58fe3a30c59a"
|
||||
)
|
||||
FetchContent_MakeAvailable(ftxui spdlog simdjson cpr)
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES ".*Clang")
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/libcpr/cpr.git
|
||||
revision = beb9e98806bb84bcc130a2cebfbcbbc6ce62b335
|
||||
revision = 9b2bda734dffdd76096e1364290c58fe3a30c59a
|
||||
|
||||
patch_directory = cpr
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
revision = 3a951a66cb0fb53ff5a9d5ce9c77e05ef9d382ce
|
||||
revision = c06bef7273e594bfa91739e29d339fba51fd4e0e
|
||||
|
||||
patch_directory = fmt
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/simdjson/simdjson.git
|
||||
revision = 3a93e45dd166d8e614a33b0ba4da39c1a01660b7
|
||||
revision = 5beef701e741f23de450fc120a30b87fa0a0cec8
|
||||
|
||||
patch_directory = simdjson
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/gabime/spdlog.git
|
||||
revision = cc30229abb1e22ebe1f8657de4011a53db7bd6ac
|
||||
revision = 729d7f6d8837b6693e7b378408518ea1710f80cb
|
||||
|
||||
patch_directory = spdlog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user