Skip to content

Commit

Permalink
fixed version label
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Feb 19, 2025
1 parent 981fa8f commit 9a033ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/cmake/muse_framework_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define MUSE_APP_VERSION_MINOR "${MUSE_APP_VERSION_MINOR}"
#define MUSE_APP_VERSION_PATCH "${MUSE_APP_VERSION_PATCH}"

#cmakedefine MUSE_APP_VERSION_LABEL ${MUSE_APP_VERSION_LABEL}
#cmakedefine MUSE_APP_VERSION_LABEL "${MUSE_APP_VERSION_LABEL}"

#cmakedefine MUSE_APP_INSTALL_SUFFIX "${MUSE_APP_INSTALL_SUFFIX}"
#cmakedefine MUSE_APP_INSTALL_PREFIX ${MUSE_APP_INSTALL_PREFIX}
Expand Down

0 comments on commit 9a033ed

Please sign in to comment.