[Differential] [Commented On] D3826: Detect inotify.
Kevin Funk
noreply at phabricator.kde.org
Mon Jan 16 12:51:36 UTC 2017
kfunk added a comment.
@dfaure `find_path` is okay here, it's commonly used for finding includes. See: https://cmake.org/cmake/help/v3.0/command/find_path.html
`check_include_files` is used for just checking the existence of a include, not finding out //where// it is.
Example use: `CHECK_INCLUDE_FILES (malloc.h HAVE_MALLOC_H)`
REPOSITORY
R240 Extra CMake Modules
REVISION DETAIL
https://phabricator.kde.org/D3826
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: adridg, apol, arrowdodger, #buildsystem, #frameworks, tcberner, dfaure, ervin, skelly, kfunk
Cc: kfunk, #freebsd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20170116/b76592ab/attachment.html>
More information about the Kde-frameworks-devel
mailing list