INSTALL_DIR needs a better default
hainest opened this issue · 0 comments
hainest commented
Action
Provide no value for INSTALL_DIR
.
Expected Result
LIBRARY DESTINATION
provided to install
is CMAKE_INSTALL_PREFIX
.
Actual Result
CMake errors out with
CMake Error at CMakeLists.txt:190 (install):
install TARGETS given no LIBRARY DESTINATION for shared library target "testdyninst".
plus more for each use of 'LIBRARY DESTINATION'.