You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: updated exact version check semantics for find_package(Orocos-RTT)
Every version that has the same major version number and at least the
requested minor version number is considered as compatible. Nothing changed here.
If an exact version of RTT is requested, the script also accepts it if the patch version
or the minor version was not specified. If they are, they have to match.
Signed-off-by: Johannes Meyer <[email protected]>
0 commit comments