summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/cmake_consistency_check_config.py3
-rw-r--r--CMakeScripts/inkscape-version.cmake2
2 files changed, 3 insertions, 2 deletions
diff --git a/CMakeScripts/cmake_consistency_check_config.py b/CMakeScripts/cmake_consistency_check_config.py
index 3ee6d4449..24cb22002 100644
--- a/CMakeScripts/cmake_consistency_check_config.py
+++ b/CMakeScripts/cmake_consistency_check_config.py
@@ -40,8 +40,9 @@ IGNORE = (
# header files
"share/filters/filters.svg.h",
"share/palettes/palettes.h",
- "share/palettes/palettes.h",
"share/patterns/patterns.svg.h",
+ "share/templates/templates.h",
+ "share/symbols/symbols.h",
"src/libcola/cycle_detector.h",
"src/libnr/in-svg-plane-test.h",
"src/libnr/nr-point-fns-test.h",
diff --git a/CMakeScripts/inkscape-version.cmake b/CMakeScripts/inkscape-version.cmake
index 1d98a5799..a72946ac5 100644
--- a/CMakeScripts/inkscape-version.cmake
+++ b/CMakeScripts/inkscape-version.cmake
@@ -11,7 +11,7 @@ set(INKSCAPE_REVISION "unknown")
if(EXISTS ${INKSCAPE_SOURCE_DIR}/.bzr/)
execute_process(COMMAND
- bzr revno ${INKSCAPE_SOURCE_DIR}
+ bzr revno --tree ${INKSCAPE_SOURCE_DIR}
OUTPUT_VARIABLE INKSCAPE_REVISION
OUTPUT_STRIP_TRAILING_WHITESPACE)
endif()