mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
7cd65c97fa
As CMAKE_ROOT_FIND_PATH can be a list, a new CMAKE_SYSROOT is introduced, which is never a list. The contents of this variable is passed to supporting compilers as --sysroot. It is also accounted for when processing implicit link directories reported by the compiler, and when generating RPATH information.