Closed Silberling closed 6 years ago
Seems like we accidentally hard-encoded the used GLM path into the dev-bundle. We'll have a look at possible solutions and intended behavior. I'm currently not sure if the GLM is to be publicly exported by cmake or if we just want to export it for local development.
We switched from glm find scripts to the cmake config script of glm itself and bypass this problem.
Thank you for your help
I am using the -dev.zip
with a FindGLM.cmake setting GLM_FOUND and GLM_INCLUDE_DIR
Other Find modules use either _INCLUDE_DIR or _INCLUDE_DIRS and have _FOUND set.
I was expecting globjects would find GLM when those variables are set.
When running cmake I get
There seems to be a static path set.
Is this me doing something horribly wrong? (I really dislike CMake on Windows and tend to solve things accidently in a stupid way) Or should there be a modification in the cmake files in globjects?