From b8169eb4e3b1d44888a3cdffab046d4ef841ceea Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 28 Mar 2008 13:22:43 -0400 Subject: COMP: Add missing module for CHECK_INCLUDE_FILE macro. --- Source/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 3e0eca6..89e5d46 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -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) -- cgit v0.12