Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Jun 10, 2024
1 parent fcafb1b commit 95552a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 95552a2

Please sign in to comment.