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 it is very good to have a cmake option that can be set to does not change CMAKE_INSTALL_PREFIX to "${PROJECT_BINARY_DIR}/install", because I think CMAKE default install prefix is very better than custom set.
The text was updated successfully, but these errors were encountered:
And why? I don't want that a library is installed in some system location by default. everything should be placed inside the build folder However, you can set the CMAKE_INSTALL_PREFIX to whatever you want, when it is not working, I will fix it
ITNOA
I think it is very good to have a cmake option that can be set to does not change CMAKE_INSTALL_PREFIX to
"${PROJECT_BINARY_DIR}/install"
, because I think CMAKE default install prefix is very better than custom set.The text was updated successfully, but these errors were encountered: