Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KDBinding Dependency to v1.1.0 #38

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ if(NOT TARGET KDAB::KDBindings)
fetchcontent_declare(
KDBindings
GIT_REPOSITORY https://github.com/KDAB/KDBindings.git
GIT_TAG aab1cfd289296972ef32124f749e3b565b634535 # main as of 2024-07-17, needed for noexcept
# in destructors
GIT_TAG efb54c58c3c2fce280d7089617935ec265fe4e2d # v1.1.0
USES_TERMINAL_DOWNLOAD YES USES_TERMINAL_UPDATE YES
)
fetchcontent_makeavailable(KDBindings)
Expand Down