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
@@ -948,7 +948,7 @@ if (UNIX)
endif ()
endif ()
if (WinToast_FOUND)
if (WIN32)
target_link_libraries(${LIBRARY_PROJECT}
PUBLIC
WinToast)