From ce9c7904736778e9614fb656f1eb20ab644e449d Mon Sep 17 00:00:00 2001 From: "Joshua L. Blocher" Date: Wed, 18 Jun 2008 19:31:57 +0000 Subject: Cmake: Add src/ to include_directories, fix missing includes for file checks (bzr r5986) --- CMakeScripts/ConfigChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeScripts/ConfigChecks.cmake') diff --git a/CMakeScripts/ConfigChecks.cmake b/CMakeScripts/ConfigChecks.cmake index 026fa5d01..749c3c534 100644 --- a/CMakeScripts/ConfigChecks.cmake +++ b/CMakeScripts/ConfigChecks.cmake @@ -1,7 +1,7 @@ #--------------- # From here on: # Set all HAVE_XXX variables, to correctly set all defines in config.h - +SET(CMAKE_REQUIRED_INCLUDES ${INK_INCLUDES}) INCLUDE (CheckIncludeFiles) INCLUDE (CheckFunctionExists) INCLUDE (CheckStructMember) -- cgit v1.2.3