Cmake mit einem anderen Quellverzeichnis erneut ausführen.
cd /path/to/dir
rm -rf build
mkdir build
cd build
cmake ..
Depressed Donkey
cd /path/to/dir
rm -rf build
mkdir build
cd build
cmake ..