summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/inkscape-version.cmake
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-04-13 08:44:24 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-04-13 08:44:24 +0000
commit5613a4a900e8a90bd0219f1c4d35eddaa7db369d (patch)
tree96ef8867a979cf61d160b391b7c4e0b9ba19a03b /CMakeScripts/inkscape-version.cmake
parentcolor-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016 (diff)
downloadinkscape-5613a4a900e8a90bd0219f1c4d35eddaa7db369d.tar.gz
inkscape-5613a4a900e8a90bd0219f1c4d35eddaa7db369d.zip
Should compile inkscape-version.cpp in out of tree builds
Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811)
Diffstat (limited to 'CMakeScripts/inkscape-version.cmake')
-rw-r--r--CMakeScripts/inkscape-version.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/inkscape-version.cmake b/CMakeScripts/inkscape-version.cmake
index adfb3ddd8..2155e0013 100644
--- a/CMakeScripts/inkscape-version.cmake
+++ b/CMakeScripts/inkscape-version.cmake
@@ -17,4 +17,4 @@ if(EXISTS ${INKSCAPE_SOURCE_DIR}/.bzr/)
endif()
message("revision is " ${INKSCAPE_REVISION})
-configure_file(${INKSCAPE_BINARY_DIR}/src/inkscape-version.cpp.in ${INKSCAPE_BINARY_DIR}/src/inkscape-version.cpp)
+configure_file(${INKSCAPE_SOURCE_DIR}/src/inkscape-version.cpp.in ${INKSCAPE_BINARY_DIR}/src/inkscape-version.cpp)