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 filed PR #68 that fixes this issue as recommended by cmake documentation, while maintaining the default behavior when CMAKE_INSTALL_PREFIX is omitted.
An identical patch has been submitted, reviewed and admitted into yocto's meta-openembedded/meta-oe layer: openembedded/meta-openembedded@7b66ea1
The install is being forced into /usr, which is often write-restricted. CMakeLists should honor $CMAKE_INSTALL_PREFIX.
The text was updated successfully, but these errors were encountered: