> > File or directory //include referenced by variable GLM_INCLUDE_DIRS does > not exist ! > Call Stack (most recent call first): > /usr/lib/cmake/glm/glmConfig.cmake:16 (set_and_check) > CMakeLists.txt:14 (find_package) > > The problem seems to be an extra set of "../" in > /usr/lib/cmake/glm/glmConfig.cmake > > No, the problem is that the CMake config file should be installed in a multiarch path, i.e.:
/usr/lib/<multiarch-triplet>/cmake/glm/glmConfig.cmake Hence the additional "../". In the future, please add an appropriate autopkgtest for the -dev package to detect packaging issues like this one earlier. Cheers, Ghis

