rapidcheck
rapidcheck copied to clipboard
CMAKE_INSTALL_PREFIX not working
When specifying CMAKE_INSTALL_PREFIX
when running CMake, to install it in a custom location, it is still be installed under /usr/local
. It is expected to be installed under ${CMAKE_INSTALL_PREFIX}
instead.