fix wintoast to a version and update
Some checks failed
ContinuousDelivery / windows (push) Has been cancelled
ContinuousIntegration / windows (push) Has been cancelled
ContinuousDelivery / release (push) Has been cancelled

This commit is contained in:
Green Sky
2025-05-21 23:00:53 +02:00
parent 3a51c0077b
commit ae4ad3eac9

View File

@ -23,7 +23,8 @@ endif()
if (NOT TARGET WinToast)
FetchContent_Declare(WinToast_ext
GIT_REPOSITORY https://github.com/mohabouje/WinToast.git
GIT_TAG master
GIT_TAG v1.3.1
)
FetchContent_MakeAvailable(WinToast_ext)
endif()
endif()