Open johanneszellinger opened 4 years ago
The error occurs in globjects
where we try to find the glm
dependency.
The used file - glmConfig-version.cmake
- however, should not be chosen. we expect the file glmConfig.cmake
to get used.
I'm still unsure if we use the find_dependency
calls correctly.
But I want to rule out some general issues:
find_package(openll)
or something different?12-14
from the globjects-config.cmake
?I provided a workaround in globjects (master branch) and will evaluate if this can be considered a fix.
I am getting this error as well. Any updates?
@Jgoldfeder Can you confirm that you used the current master branch of globjects?
I set up OpenLL on a fresh Ubuntu 22.04 without this error. For reference, I recently set up a Dockerfile for a whole gloperate setup including OpenLL, maybe this helps:
what is the fix for this, getting same bullshit, any fix?
Trying to set up this project with CMake I get the following error ouput:
GLM version is the latest available. Anyway, I'm not sure how to resolve this issue. What I have done: