on un*x-systems, cmake --install will install to /usr by default.
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.
this again seems to be a problem with the CMake/common snippets.
on un*x-systems,
cmake --installwill install to/usrby default.i think this is really harmful, as the expected place is
/usr/local, and on typical Linux distributions/usris reserved for package-manager-installed software.this again seems to be a problem with the
CMake/commonsnippets.