cmake find_package(X [version]) always finds highest version of X if multiple versions installed

Thanks - so when I’m building a new project which needs third-party packages, I can’t count on version-range support? Makes the feature not-so-useful :wink: So how to determine whether it’s supported for a given package?