For conan recipes, does it matter if the compiler version setting is for example 8 or 8.0? Will both settings produce the same hash?
It seems there is an issue when the exact version is not in the settings.yml
ERROR: Invalid setting '13.0' is not a valid 'settings.compiler.version' value.
Possible values are ['5.0', '5.1', '6.0', '6.1', '7.0', '7.3', '8.0', '8.1', '9.0', '9.1', '10.0', '11.0', '12.0', '13']
What is the recommended way to specify compiler versions? Would adding both, for example 13.0 and 13 produce different binary package ids?