First time here? Check out the FAQ!
answered 2013-02-18 10:50:09 -0600
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 ..