diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-04-30 16:55:28 (GMT) |
---|---|---|
committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2019-04-30 16:55:28 (GMT) |
commit | 5f5e3062cf2394f4e28e078817e074892e9c508d (patch) | |
tree | 1132bdd94b0a746776791c7b0c700f92285b2927 /Modules/CTest.cmake | |
parent | 94c5fa5f7a189c1a99891bbacc6a3b291f399d7a (diff) | |
download | CMake-5f5e3062cf2394f4e28e078817e074892e9c508d.zip CMake-5f5e3062cf2394f4e28e078817e074892e9c508d.tar.gz CMake-5f5e3062cf2394f4e28e078817e074892e9c508d.tar.bz2 |
iOS: Only look for packages in the provided CMAKE_FIND_ROOT_PATHs
Both CMAKE_FIND_ROOT_PATH_MODE_INCLUDE and
CMAKE_FIND_ROOT_PATH_MODE_LIBRARY are set to "ONLY" when cross
building to iOS, but appears that CMAKE_FIND_ROOT_PATH_MODE_PACKAGE
was overlooked.
This causes packages to be searched for in the host system as well,
which is incorrect and can lead to linking issues.
Set CMAKE_FIND_ROOT_PATH_MODE_PACKAGE to "ONLY" as well.
CMAKE_FIND_ROOT_PATH_MODE_PROGRAM is not touched, because a user
might want to find programs / tools on the host system.
Diffstat (limited to 'Modules/CTest.cmake')
0 files changed, 0 insertions, 0 deletions