Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace hardcoded inotify.h paths with find_path in CMakeLists #176

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

Shauren
Copy link
Contributor

@Shauren Shauren commented Jun 2, 2024

On my system (ubuntu 22.04) its found at /usr/include/x86_64-linux-gnu/sys/inotify.h

@Shauren Shauren changed the title Replace hardcoded inotify.h paths with find_path Replace hardcoded inotify.h paths with find_path in CMakeLists Jun 2, 2024
@SpartanJ SpartanJ merged commit 8f59044 into SpartanJ:master Jun 2, 2024
3 checks passed
@SpartanJ
Copy link
Owner

SpartanJ commented Jun 2, 2024

Thanks! Yes, that actually should be removed, only very old Linux kernel didn't have the inotify.h header, I remember adding that check around 10 years ago (in the premake4 file, then it was ported to the CMake project file by other user) for a really old Linux version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants