Skip to content

Commit

Permalink
[script][bugfix] Fix regular expression (MUHKUHBLUE-59)
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzydevil committed Aug 1, 2023
1 parent fe8b4b4 commit 29b6434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/muhkuh_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SET(MUHKUH_VERSION_FILE "${CMAKE_CURRENT_LIST_DIR}/../setup.xml")
SET(MUHKUH_SETUP_TOOL "${CMAKE_CURRENT_LIST_DIR}/mbs_setup_tool.py")

# Set the regular expression for the muhkuh version. It is a sequence of 3 numbers separated by dots.
SET(MUHKUH_VERSION_REGEX "([0-9]+)\\.([0-9]+)\\.([0-9]+)\\.([0-9]+))")
SET(MUHKUH_VERSION_REGEX "([0-9]+)\\.([0-9]+)\\.([0-9]+)\\.([0-9]+)")

# Run the setup tool and capture the output.
MESSAGE("Running ${PYTHON_INTERPRETER} ${MUHKUH_SETUP_TOOL} ${MUHKUH_VERSION_FILE}")
Expand Down

0 comments on commit 29b6434

Please sign in to comment.