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 think this is really harmful, as the expected place is /usr/local, and on typical Linux distributions /usr is reserved for package-manager-installed software.
Also, there might be different permissions setup of installing to /usr rather than to /usr/local.
E.g. on macOS, a simplecmake --install (of Servus, which uses the Eyescale/CMake snippets) fails, because we cannot just install to /usr/share (even when run with sudo)
The text was updated successfully, but these errors were encountered:
on un*x-systems,
cmake --install
will install to/usr
by default:CMake/Common.cmake
Line 60 in f565154
i think this is really harmful, as the expected place is
/usr/local
, and on typical Linux distributions/usr
is reserved for package-manager-installed software.Also, there might be different permissions setup of installing to
/usr
rather than to/usr/local
.E.g. on macOS, a simple
cmake --install
(of Servus, which uses the Eyescale/CMake snippets) fails, because we cannot just install to/usr/share
(even when run withsudo
)The text was updated successfully, but these errors were encountered: