Skip to content

Commit

Permalink
Never disable FSEvents on macOS (#175).
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed May 17, 2024
1 parent 3419347 commit 36c1c70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ if(APPLE)
src/efsw/WatcherFSEvents.cpp
src/efsw/WatcherKqueue.cpp
)

if(NOT CMAKE_SYSTEM_VERSION GREATER 9)
target_compile_definitions(efsw PRIVATE EFSW_FSEVENTS_NOT_SUPPORTED)
endif()
elseif(WIN32)
list(APPEND EFSW_CPP_SOURCE
src/efsw/FileWatcherWin32.cpp
Expand Down

0 comments on commit 36c1c70

Please sign in to comment.