summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigChecks.cmake
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2019-01-13 04:35:16 +0000
committerBryce Harrington <bryce@bryceharrington.org>2019-01-14 03:14:53 +0000
commit14c8442a3e44a9727ec7d1865499c1b982bebcf2 (patch)
tree6b16de8a9d49d04655323f8de4ffee31650db9ce /CMakeScripts/ConfigChecks.cmake
parentUpdate slovak translation (diff)
downloadinkscape-14c8442a3e44a9727ec7d1865499c1b982bebcf2.tar.gz
inkscape-14c8442a3e44a9727ec7d1865499c1b982bebcf2.zip
cmake: Fix missing prefix for datadir in config.h
Diffstat (limited to 'CMakeScripts/ConfigChecks.cmake')
-rw-r--r--CMakeScripts/ConfigChecks.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeScripts/ConfigChecks.cmake b/CMakeScripts/ConfigChecks.cmake
index e9aca36b6..a06c7c759 100644
--- a/CMakeScripts/ConfigChecks.cmake
+++ b/CMakeScripts/ConfigChecks.cmake
@@ -1,3 +1,5 @@
+include(${CMAKE_CURRENT_LIST_DIR}/ConfigPaths.cmake)
+
#---------------
# From here on:
# Set all HAVE_XXX variables, to correctly set all defines in config.h