summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigPaths.cmake
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-23 15:38:19 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-23 15:38:19 +0000
commit131b4d74439118c7533b0adb7353aa7e29ba93ae (patch)
treed502c01751d683ffa73aaec48f6d5e7ea48ca75d /CMakeScripts/ConfigPaths.cmake
parentAttempt to make paintbucket build option not cause errors for toolbar loading (diff)
parentAttempt to make paintbucket build option not cause errors for toolbar loading (diff)
downloadinkscape-131b4d74439118c7533b0adb7353aa7e29ba93ae.tar.gz
inkscape-131b4d74439118c7533b0adb7353aa7e29ba93ae.zip
Merge branch 'ui-files-for-ui-xml' of gitlab.com:inkscape/inkscape into ui-files-for-ui-xml
Diffstat (limited to 'CMakeScripts/ConfigPaths.cmake')
-rw-r--r--CMakeScripts/ConfigPaths.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake
index de053c4d8..f62d14c4e 100644
--- a/CMakeScripts/ConfigPaths.cmake
+++ b/CMakeScripts/ConfigPaths.cmake
@@ -7,7 +7,7 @@ if(WIN32)
endif()
set(INKSCAPE_LIBDIR "\\\\lib")
- set(INKSCAPE_DATADIR "")
+ set(INKSCAPE_DATADIR "") # can be set via the evironment variable INKSCAPE_DATADIR at runtime
set(PACKAGE_LOCALE_DIR "\\\\share\\\\locale")