build error: latest git

ubuntu 18.04
Hi everyone. Any ideas?
TIA

ar: creating libkplot.a
make[3]: Leaving directory ‘/home/steve/siril/deps/kplot’
mkdir -p /home/steve/siril/deps/librtprocess/build &&
cd /home/steve/siril/deps/librtprocess/build &&
ls /home/steve/siril/deps/librtprocess/ &&
/usr/bin/cmake -DCMAKE_BUILD_TYPE=“Release” -DWITH_STATIC_LIB=ON -DOPTION_OMP=OFF /home/steve/siril/deps/librtprocess/ &&
make rtprocess_static
build
CMake Error: The source directory “/home/steve/siril/deps/librtprocess” does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Makefile:678: recipe for target ‘build-librtprocess’ failed
make[2]: *** [build-librtprocess] Error 1
make[2]: Leaving directory ‘/home/steve/siril/deps’
Makefile:593: recipe for target ‘all-recursive’ failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory ‘/home/steve/siril’
Makefile:449: recipe for target ‘all’ failed
make: *** [all] Error 2

Yes, you need to get the submodule. Run git submodule update --init at the root and it should be fine to run the autogen then.

FIXED. Please ignore.
Thanks