rttr icon indicating copy to clipboard operation
rttr copied to clipboard

CMAKE_INSTALL_PREFIX does not mandatory changed

Open soroshsabz opened this issue 6 years ago • 2 comments
trafficstars

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.

soroshsabz avatar Mar 17 '19 13:03 soroshsabz

related to #34

soroshsabz avatar Mar 17 '19 13:03 soroshsabz

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

acki-m avatar Mar 25 '19 18:03 acki-m