Fixes for GetHostBinaryTag
Three changes in this MR:
-
A fix for the regular expression matching. The "\$" is a literal dollar sign, not the end of line match.
-
If executing the
${HOST_BINARY_TAG_COMMAND}
failed it was doing so silently. So now the error is reported and the generation of build files is not done. -
When installing the cmake directory the permissions are preserved, which leaves the execute permission on the python file, so that get_host_binary_tag.py is executable when installing Gaudi