Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcothaller committed Jul 24, 2024
1 parent d8ba824 commit 9aac0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/curl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (NOT TARGET CURL::libcurl)
FetchContent_Declare(
curl
GIT_REPOSITORY https://github.com/curl/curl.git
GIT_TAG curl-8_8_0
GIT_TAG curl-8_9_0
)
set(BUILD_TESTING OFF CACHE BOOL "Turn off testing" FORCE)
set(BUILD_CURL_EXE OFF CACHE BOOL "Turn off curl executable" FORCE)
Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/slint.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (NOT Slint_FOUND)
GIT_REPOSITORY https://github.com/slint-ui/slint.git
# `release/1` will auto-upgrade to the latest Slint >= 1.0.0 and < 2.0.0
# `release/1.0` will auto-upgrade to the latest Slint >= 1.0.0 and < 1.1.0
GIT_TAG v1.6.0
GIT_TAG v1.7.0
SOURCE_SUBDIR api/cpp
)
FetchContent_MakeAvailable(Slint)
Expand Down

0 comments on commit 9aac0ae

Please sign in to comment.