Bump lib/WinToast from 5e441fd to 821c481 (#4894)

This also changes the build method from a custom FindPackage solution to using their cmake file

Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
Co-authored-by: nerix <nero.9@hotmail.de>
This commit is contained in:
dependabot[bot]
2023-10-13 18:49:12 +02:00
committed by GitHub
parent 21427e0dc5
commit cbc2d3d683
4 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ endif ()
message(STATUS "Qt version: ${Qt${MAJOR_QT_VERSION}_VERSION}")
if (WIN32)
find_package(WinToast REQUIRED)
add_subdirectory(lib/WinToast EXCLUDE_FROM_ALL)
endif ()
find_package(Sanitizers QUIET)