find_package: Fix CMAKE_FIND_PACKAGE_SORT_DIRECTION documented default Previously the documentation said the default was `DEC`, but the implementation has always defaulted to `ASC`. Fixes: #22728