summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-03-31 20:39:22 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-03-31 20:39:22 +0000
commit14c2303c2a1f2759ded11ec9fb32640bd76f61af (patch)
tree9a75b70bead83370701c2a4a1a6b511f87ce6853
parentCmake: config.h.cmake add package name and version info (diff)
downloadinkscape-14c2303c2a1f2759ded11ec9fb32640bd76f61af.tar.gz
inkscape-14c2303c2a1f2759ded11ec9fb32640bd76f61af.zip
Cmake: config.h.cmake add package name and version info
(bzr r5281)
-rw-r--r--config.h.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 9429103bf..5d229e686 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -220,13 +220,13 @@
#cmakedefine PACKAGE_LOCALE_DIR
/* Define to the full name of this package. */
-#cmakedefine PACKAGE_NAME "$PROJECT_NAME}"
+#define PACKAGE_NAME "$PROJECT_NAME}"
/* Define to the full name and version of this package. */
-#cmakedefine PACKAGE_STRING "$PROJECT_NAME} ${INKSCAPE_VERSION}"
+#define PACKAGE_STRING "$PROJECT_NAME} ${INKSCAPE_VERSION}"
/* Define to the version of this package. */
-#cmakedefine PACKAGE_VERSION "${INKSCAPE_VERSION}"
+#define PACKAGE_VERSION "${INKSCAPE_VERSION}"
/* Define as the return type of signal handlers (`int' or `void'). */
#cmakedefine RETSIGTYPE