aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 81fcd6c4b1..d958f0791a 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -7,9 +7,9 @@
/* Version number of package */
#define VERSION "${CPACK_PACKAGE_VERSION}"
-#define VERSION_MAJOR "${PROJECT_MAJOR_VERSION}"
-#define VERSION_MINOR "${PROJECT_MINOR_VERSION}"
-#define VERSION_MICRO "${PROJECT_PATCH_VERSION}"
+#define VERSION_MAJOR ${PROJECT_MAJOR_VERSION}
+#define VERSION_MINOR ${PROJECT_MINOR_VERSION}
+#define VERSION_MICRO ${PROJECT_PATCH_VERSION}
/* FIXME: Move the path stuff to the CMakeInstallDirs.cmake file */
/* Directory for data */