averrin / mapgen-viewer

Map generator based on Voronoi Diagram and Perlin noise
196 stars 23 forks source link

when execute cmake in linux (Debian Testing) #8

Open srosuna1 opened 5 years ago

srosuna1 commented 5 years ago

$ cmake CMakelLists.txt CMake Error at CMakeLists.txt:60 (add_subdirectory): The source directory

~/mapgen-viewer/backward-cpp

does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:87 (add_backward): Unknown CMake command "add_backward".

-- Configuring incomplete, errors occurred! See also "~/mapgen-viewer/CMakeFiles/CMakeOutput.log". $:~/mapgen-viewer/build$

averrin commented 5 years ago

Just remove all backward lines in CMakeLists. This is debug lib https://github.com/bombela/backward-cpp Seems like i made mistake in config or you clone repo without submodules.