commit | 8defe3380e4656e4239877a0cd89607c36bf0ac7 | [log] [tgz] |
---|---|---|
author | Pablo Romero <pablorcum@gmail.com> | Tue Sep 07 12:10:08 2021 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu Sep 09 15:55:26 2021 -0400 |
tree | 9bc2c43c2be2f124a2da0a9e883607b89deb5fb6 | |
parent | ce6820fe215b8257bff7dc30fe5c57d8210adb09 [diff] |
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