Skip to content

Commit 8b8d44b

Browse files
fixed version label
1 parent fdbe4cd commit 8b8d44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framework/cmake/muse_framework_config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define MUSE_APP_VERSION_MINOR "${MUSE_APP_VERSION_MINOR}"
2222
#define MUSE_APP_VERSION_PATCH "${MUSE_APP_VERSION_PATCH}"
2323

24-
#cmakedefine MUSE_APP_VERSION_LABEL ${MUSE_APP_VERSION_LABEL}
24+
#cmakedefine MUSE_APP_VERSION_LABEL "${MUSE_APP_VERSION_LABEL}"
2525

2626
#cmakedefine MUSE_APP_INSTALL_SUFFIX "${MUSE_APP_INSTALL_SUFFIX}"
2727
#cmakedefine MUSE_APP_INSTALL_PREFIX ${MUSE_APP_INSTALL_PREFIX}

0 commit comments

Comments
 (0)