Open onkobu opened 5 years ago
When trying to change installation prefix to opt, cmake warns:
$> cmake .. -DCMAKE_INSTALL_PREFIX_PATH=/opt Manually-specified variables were not used by the project: CMAKE_INSTALL_PREFIX_PATH
Could it be CMAKE_INSTALL_PREFIX instead (https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html)?
When trying to change installation prefix to opt, cmake warns:
Could it be CMAKE_INSTALL_PREFIX instead (https://cmake.org/cmake/help/v3.0/variable/CMAKE_INSTALL_PREFIX.html)?