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 am trying to install Sylvan in a non-standard location.
I change CMAKE_INSTALL_PREFIX=/home/user using ccmake
However, the change is not reflected in the dependency lace.
So make install still tries to install liblace.a in /usr/local (but I don't have the rights).
Current workaround: manually change _deps/lace-build/cmake_install.cmake,
adding set(CMAKE_INSTALL_PREFIX "/home/user")
The text was updated successfully, but these errors were encountered:
I am trying to install Sylvan in a non-standard location.
I change
CMAKE_INSTALL_PREFIX=/home/user
using ccmakeHowever, the change is not reflected in the dependency
lace
.So
make install
still tries to installliblace.a
in/usr/local
(but I don't have the rights).Current workaround: manually change
_deps/lace-build/cmake_install.cmake
,adding
set(CMAKE_INSTALL_PREFIX "/home/user")
The text was updated successfully, but these errors were encountered: