CMakeFindPackageMode: Honor CMAKE_SYSROOT to detect lib64 platforms Add `CMAKE_SYSROOT` to check the full path on host OS. In a non-crosscompiling use case, the call to `CMAKE_SYSROOT` is empty. Fixes: #22608