You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using qibuild 3.11.17 with cmake 3.10.1 on macos. Since the last update of cmake, i have this warning when running qibuild configure on my project.
Policy CMP0068 is not set: RPATH settings on macOS do not affect
install_name. Run "cmake --help-policy CMP0068" for policy details. Use
the cmake_policy command to set the policyand suppress this warning.
For compatibility with older versions of CMake, the install_name fields for
the following targets are still affected by RPATH settings:```
Thanks,
The text was updated successfully, but these errors were encountered:
Hello,
I'm using qibuild 3.11.17 with cmake 3.10.1 on macos. Since the last update of cmake, i have this warning when running
qibuild configure
on my project.The text was updated successfully, but these errors were encountered: