diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-06-18 19:31:57 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-06-18 19:31:57 +0000 |
| commit | ce9c7904736778e9614fb656f1eb20ab644e449d (patch) | |
| tree | 07a38f7c1c6d2de1d004572468f4477a9b9ff49d /CMakeScripts/ConfigChecks.cmake | |
| parent | compilable! wip (diff) | |
| download | inkscape-ce9c7904736778e9614fb656f1eb20ab644e449d.tar.gz inkscape-ce9c7904736778e9614fb656f1eb20ab644e449d.zip | |
Cmake: Add src/ to include_directories, fix missing includes for file checks
(bzr r5986)
Diffstat (limited to 'CMakeScripts/ConfigChecks.cmake')
| -rw-r--r-- | CMakeScripts/ConfigChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|
