This commit is contained in:
Green Sky 2024-06-10 22:35:05 +02:00
parent fcafb1bd7e
commit 95552a2bf3
No known key found for this signature in database

View File

@ -22,8 +22,10 @@ endif()
if (NOT TARGET filewatch)
FetchContent_Declare(filewatch
GIT_REPOSITORY https://github.com/ThomasMonkman/filewatch.git
GIT_TAG master
#GIT_REPOSITORY https://github.com/ThomasMonkman/filewatch.git
GIT_REPOSITORY https://github.com/justinboswell/filewatch
#GIT_TAG master
GIT_TAG 2cef7983449579555799065f31d022b86b739d62
EXCLUDE_FROM_ALL
)