➜ tabo-gui git:(master) make
mkdir -p build && cd build && cmake -D DEV_MODE=OFF -DMANUAL_SUBMODULES=OFF -D BUILD_64=ON -D CMAKE_BUILD_TYPE=Release .. && make
-- Initiating compile using CMake 3.22.1
-- Checking submodules
CMake Error at CMakeLists.txt:55 (add_subdirectory):
add_subdirectory given source "tabo" which is not an existing directory.
CMake Error at CMakeLists.txt:62 (get_directory_property):
get_directory_property DIRECTORY argument provided but requested directory
not found. This could be because the directory argument was invalid or, it
is valid but has not been processed yet.
-- Found Git: /usr/bin/git
CMake Error at cmake/VersionGui.cmake:40 (get_version_tag_from_git):
Unknown CMake command "get_version_tag_from_git".
Call Stack (most recent call first):
CMakeLists.txt:79 (include)
cmake --version
cmake version 3.22.1