mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 13:22:22 -05:00
44d007b659
CHECK_INCLUDE_FILES("foo.h" HAVE_FOO_H) gave an output like:
Looking for include files HAVE_FOO_H
After this change it does now what CHECK_INCLUDE_FILE() also does:
Looking for include files foo.h
3.2 KiB
3.2 KiB