Ask Your Question

Revision history [back]

It looks like source code and build files conflict. Create build folder and run cmake from there like:

mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..