mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
COMP: Add missing module for CHECK_INCLUDE_FILE macro.
This commit is contained in:
parent
8c1a743027
commit
b8169eb4e3
@ -1,3 +1,4 @@
|
||||
INCLUDE(CheckIncludeFile)
|
||||
# Check if we can build support for ELF parsing.
|
||||
CHECK_INCLUDE_FILE("elf.h" HAVE_ELF_H)
|
||||
IF(HAVE_ELF_H)
|
||||
|
Loading…
Reference in New Issue
Block a user