[Cmake] Searching for the header files

David Svoboda xsvobod2 at informatics . muni . cz
Thu, 19 Jun 2003 08:52:20 +0200


Does exist something like AC_CHECK_HEADER (from autoconf)? I'd like to
search for some header files. I know there is a command FIND_FILE, but it
doesn't searches all the include paths in my computer. And setting the
absolute path for FIND_FILE command is quite cumbersome, because e.g. STD
and STL files are stored at different places at different platforms.

-David