Skip to content

Change the INSTALL_DIR CMake variable to the cmake default, CMAKE_INSTALL_PREFIX

Sacha Duverger requested to merge improve/install into custom_cbgeo

This MR changes the INSTALL_DIR variable in the CMakeLists.txt to the one used by default when configuring with CMake, CMAKE_INSTALL_PREFIX. So now the cmake command should look like something like that: cmake -DCMAKE_INSTALL_PREFIX=my/install/dir ...

Merge request reports