Hi Magnus,

do this
:~/Projects $ sudo rm -rf indi

and change this
:~/Projects $ git clone --depth=1 github.com/indilib/indi.git

to this
:~/Projects $ git clone github.com/indilib/indi.git

then remove your build and cmake it again (RelWithDebugInfo instead of Debug)

BTW, highly enjoyed your post on building the remote box ... very cool!

Read More...