hpcgarage/spatter

Add updating `git submodule` on first run to instructions

Closed this issue · 2 comments

Building without initializing git submodule leads to the following error

The source directory
    /spatter/external/argtable3
does not contain a CMakeLists.txt file.

This error is fixed by running the following commands in the project directory

git submodule init
git submodule update

It would be nice if running these commands were a part of the readme.

Hi, Sudanshu,

Can you please add this info to the README or the testing wiki page and do a PR for it?

Addressed with PR #68.