Closed ankane closed 4 years ago
@ankane Thanks for the kind words and this PR!
CI builds are failing... Can you please take a look?
Hey @StrikerRUS, thanks for the response here as well. It looks like the Python library needs to set -DCMAKE_INSTALL_PREFIX
to the old location for this to work (guessing the R package needs something similar). CMake 3.7 introduced CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT to allow projects to set their own default prefix without breaking CMAKE_INSTALL_PREFIX
, but 3.7 is a big jump from the current minimum. Since this is more involved than expected, going to close for now.
@ankane Thank you for your investigation!
Hey, thanks for this project!
Currently,This allowsCMAKE_INSTALL_PREFIX
is respected for RGF, but not for FastRGF.CMAKE_INSTALL_PREFIX
to work for FastRGF.