emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
4.96k stars 327 forks source link

CMake - Fix typo in inotify detection #258

Closed AndyBrown91 closed 3 years ago

AndyBrown91 commented 3 years ago

This typo would stop the inotify based monitor being available on Linux systems

emcrisostomo commented 3 years ago

Thanks Andy. I'm not considering maintaining the CMake build system, and I've merged master into migrate-to-cmake in case somebody is interesting in supporting it with due expertise and dedication (I'm lacking both)