-
Notifications
You must be signed in to change notification settings - Fork 452
Description
Trying to follow the documentation for when Magnum was externally built and installed and I can't get it to work. Magnum compiles just fine but then it doesn't copy all the FindXXX.cmake files to the install folder. That causes the FindMagnum.cmake to fail when it tries to find_package(GLFW)
. I think the fix would be to add them to the install as well, but I might be doing something wrong.
It warns that it can't find GLFW in this line => https://github.com/mosra/magnum/blob/master/modules/FindMagnum.cmake#L632
and then it fails later when it tries to find GLFW::GLFW
I believe the fix would be to just add the rest of the find cmakes to https://github.com/mosra/magnum/blob/master/modules/CMakeLists.txt but given that file hasn't been changed for a long time it makes me think that I'm doing something wrong instead
Metadata
Metadata
Assignees
Labels
Projects
Status