notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
523 stars 144 forks source link

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

Open onkobu opened 5 years ago

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