⬆️ Updates zlog and argparse
This commit is contained in:
parent
24a66e41d1
commit
2d8af06300
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
zlog
|
zlog
|
||||||
GIT_REPOSITORY https://github.com/HardySimpson/zlog.git
|
GIT_REPOSITORY https://github.com/HardySimpson/zlog.git
|
||||||
GIT_TAG 1.2.18
|
GIT_TAG 3715879775f725260aeda14f94887bbc7a007e29
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
argparse
|
argparse
|
||||||
GIT_REPOSITORY https://github.com/cofyc/argparse.git
|
GIT_REPOSITORY https://github.com/cofyc/argparse.git
|
||||||
GIT_TAG 682d4520b4bc2b646cdfcf078b2fed00b3d2da30
|
GIT_TAG 5559200a91a334e15391e8285571145f6b6cc002
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(zlog argparse)
|
FetchContent_MakeAvailable(zlog argparse)
|
||||||
|
|
Loading…
Add table
Reference in a new issue