mapgen-viewer icon indicating copy to clipboard operation
mapgen-viewer copied to clipboard

when execute cmake in linux (Debian Testing)

Open srosuna1 opened this issue 6 years ago • 1 comments

$ 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$

srosuna1 avatar Mar 16 '19 22:03 srosuna1

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.

averrin avatar Mar 18 '19 20:03 averrin