Problem compiling with latest git version

with latest cinder github version, compilation of any examples gives

In function `cinder::app::AppBase::setWindowPos(glm::vec<2, int, (glm::qualifier)0> const&)':
/include/cinder/app/AppBase.h:329: undefined reference to `cinder::app::Window::setPos(glm::vec<2, int, (glm::qualifier)0> const&) const'

I am running Cinder on ubuntu 18.04

checked again from a fresh clone of the repo - and it actually worked - sorry for the noise…