Hi!
I have added CMAKE_INSTALL_BINDIR and CMAKE_INSTALL_LIBDIR variables to cmake to make it possible to change RUNTIME DESTINATION and LIBRARY DESTINATION of the install command. Having these paths hard-coded is a bit inconvenient when installing mgiza in a standard location. In any case, the default behavior when not specifying these variables is the same as before, i.e. runtime destination = "." and library destination = "lib".
Hi! I have added
CMAKE_INSTALL_BINDIR
andCMAKE_INSTALL_LIBDIR
variables to cmake to make it possible to changeRUNTIME DESTINATION
andLIBRARY DESTINATION
of the install command. Having these paths hard-coded is a bit inconvenient when installing mgiza in a standard location. In any case, the default behavior when not specifying these variables is the same as before, i.e. runtime destination = "." and library destination = "lib".