-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find modules have issues with paths containing spaces #95
Comments
Interesting, this is the first time I see such error. Where do have Magnum installed? Can you upload the |
https://pastebin.com/Ur1E9VUF - CMakeCache.txt |
Ah, spaces in the path :) I'll see what all places need to be fixed to make this work. Quick workaround is to not have directory names with spaces ;) |
I restructured project (https://github.com/world-of-legends/Alpha_Engine/tree/main/magnum) and now all works. But if someone has same issue just reopen this issue. |
Yeah I plan on fixing this, when I get the time. So keeping it open :) And subscribing to the project, haha 👀 |
CMake Error at magnum-plugins/modules/FindMagnum.cmake:328 (get_filename_component):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
magnum-plugins/CMakeLists.txt:34 (find_package)
What was must importing from Magnum in CMakeLists? And how to fix it?
The text was updated successfully, but these errors were encountered: