diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-22 15:46:33 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-22 15:46:33 +0000 |
| commit | a0968f15c59749b932b7e681265e28351b4395e8 (patch) | |
| tree | 16b08c50c859ca665c97779e25800c23934f4c9f /CMakeScripts/ConfigChecks.cmake | |
| parent | update cmake checker and split out config (diff) | |
| download | inkscape-a0968f15c59749b932b7e681265e28351b4395e8.tar.gz inkscape-a0968f15c59749b932b7e681265e28351b4395e8.zip | |
cmake: inkscape source dirs were included using system setting
(bzr r10336)
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 097dc888e..a04cf2698 100644 --- a/CMakeScripts/ConfigChecks.cmake +++ b/CMakeScripts/ConfigChecks.cmake @@ -66,5 +66,5 @@ endif() # Create the two configuration files: config.h and inkscape_version.h
# Create them in the binary root dir
-configure_file(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
+configure_file(${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/include/config.h)
add_definitions(-DHAVE_CONFIG_H)
|
