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
It's not clear to me how to set the install location to somewhere other than /usr/bin.
I've tried adding -DCMAKE_INSTALL_PREFIX=/home/smherwig to the COMMON_DEFINITIONS in the top-level Makefile, but this does not seem to be enough; for instance, build_generic/fs_test/cmake_install.cmake still has /usr/bin hardcoded in a few places.
Thanks.
The text was updated successfully, but these errors were encountered:
It's not clear to me how to set the install location to somewhere other than
/usr/bin
.I've tried adding
-DCMAKE_INSTALL_PREFIX=/home/smherwig
to theCOMMON_DEFINITIONS
in the top-levelMakefile
, but this does not seem to be enough; for instance,build_generic/fs_test/cmake_install.cmake
still has/usr/bin
hardcoded in a few places.Thanks.
The text was updated successfully, but these errors were encountered: