README.md states that dependencies are managed through CMake FetchContent. CMakeLists.txt does not contain any use of FetchContent. Instead, it seems that scripts/install_deps.sh exists and must be run to download and build the dependencies.
Would be much better if dependency management was through CMake FetchContent.
README.md states that dependencies are managed through CMake FetchContent. CMakeLists.txt does not contain any use of FetchContent. Instead, it seems that
scripts/install_deps.shexists and must be run to download and build the dependencies.Would be much better if dependency management was through CMake FetchContent.