We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdbe4cd commit 8b8d44bCopy full SHA for 8b8d44b
src/framework/cmake/muse_framework_config.h.in
@@ -21,7 +21,7 @@
21
#define MUSE_APP_VERSION_MINOR "${MUSE_APP_VERSION_MINOR}"
22
#define MUSE_APP_VERSION_PATCH "${MUSE_APP_VERSION_PATCH}"
23
24
-#cmakedefine MUSE_APP_VERSION_LABEL ${MUSE_APP_VERSION_LABEL}
+#cmakedefine MUSE_APP_VERSION_LABEL "${MUSE_APP_VERSION_LABEL}"
25
26
#cmakedefine MUSE_APP_INSTALL_SUFFIX "${MUSE_APP_INSTALL_SUFFIX}"
27
#cmakedefine MUSE_APP_INSTALL_PREFIX ${MUSE_APP_INSTALL_PREFIX}
0 commit comments