notandy/ympd

cmake, Manually-specified variables were not used by the project

onkobu opened this issue · 0 comments

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)?