Skip to content

Commit

Permalink
Bump KDBindings dependency
Browse files Browse the repository at this point in the history
It contains a fix for a missing include.
See KDAB/KDBindings#84
  • Loading branch information
MiKom committed Jul 11, 2024
1 parent 7de291a commit 30da1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if(NOT TARGET KDAB::KDBindings)
fetchcontent_declare(
KDBindings
GIT_REPOSITORY https://github.com/KDAB/KDBindings.git
GIT_TAG aa3c8ebe25772fe5ab4b4457f712e8486d5c5c00 # v1.1.0-beta.1
GIT_TAG 4c4d36489b60a3ae5ce17a3dc0b6b7cbf43a9afa # v1.1.0-beta.2
USES_TERMINAL_DOWNLOAD YES USES_TERMINAL_UPDATE YES
)
fetchcontent_makeavailable(KDBindings)
Expand Down

0 comments on commit 30da1d8

Please sign in to comment.