diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-04-13 08:44:24 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-04-13 08:44:24 +0000 |
| commit | 5613a4a900e8a90bd0219f1c4d35eddaa7db369d (patch) | |
| tree | 96ef8867a979cf61d160b391b7c4e0b9ba19a03b /CMakeScripts | |
| parent | color-notebook: Fix deprecated gtk_misc_set_alignment #Hackfest2016 (diff) | |
| download | inkscape-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')
| -rw-r--r-- | CMakeScripts/inkscape-version.cmake | 2 |
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) |
