Re: [CMake] Check header file woos

2014-02-19 Thread Jakub Zakrzewski
[mailto:cmake-boun...@cmake.org] On Behalf Of Oliver Sent: Dienstag, 18. Februar 2014 22:11 To: cmake@cmake.org Subject: [CMake] Check header file woos All, I am trying to use CheckIncludeFiles for header file check. I know the file I want to check is located at /usr/include/lustre, so I supplied

[CMake] Check header file woos

2014-02-18 Thread Oliver
All, I am trying to use CheckIncludeFiles for header file check. I know the file I want to check is located at /usr/include/lustre, so I supplied the following: include(CheckIncludeFiles) check_include_files(lustre/lustre_user.h HAVE_LUSTRE_USER_H) And it report can't find. Then I tried to be