diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-09-13 21:21:35 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-09-13 21:21:35 +0000 |
| commit | f9b01394218c342221107286ab8e16cc0ee78837 (patch) | |
| tree | c7ea2555f87f5470be3d8106cea287d97fc151df /CMakeScripts | |
| parent | Allow symbols dialog on dark theme (diff) | |
| parent | Requested revisions + more typos and grammar fixes (diff) | |
| download | inkscape-f9b01394218c342221107286ab8e16cc0ee78837.tar.gz inkscape-f9b01394218c342221107286ab8e16cc0ee78837.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'CMakeScripts')
| -rw-r--r-- | CMakeScripts/ConfigPaths.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/ConfigPaths.cmake b/CMakeScripts/ConfigPaths.cmake index f62d14c4e..898d0dfc4 100644 --- a/CMakeScripts/ConfigPaths.cmake +++ b/CMakeScripts/ConfigPaths.cmake @@ -7,7 +7,7 @@ if(WIN32) endif() set(INKSCAPE_LIBDIR "\\\\lib") - set(INKSCAPE_DATADIR "") # can be set via the evironment variable INKSCAPE_DATADIR at runtime + set(INKSCAPE_DATADIR "") # can be set via the environment variable INKSCAPE_DATADIR at runtime set(PACKAGE_LOCALE_DIR "\\\\share\\\\locale") |
