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