-
Notifications
You must be signed in to change notification settings - Fork 69
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
CMake failed to find MXML #37
Comments
Hi @clementperon thanks for this. I guess you are using system provided dependencies, rather than using vcpkg? Presumably, if you are using your own dependency manager, you can provide mxml with iirc pkg-config configuration, or something like that... I expect we just need an if (VCPKG) do x else do y construct in the cmake to handle this case. |
@clementperon Are you able to let me know if this works for you: #39 |
Issue #37: Resolve MXML from target system by pkg-config when not usi…
Resolved by #39 |
Hi,
I'm trying to build gator 8.1.0 but Cmake complain that it can't find MXML
gator/daemon/CMakeLists.txt
Line 89 in c1e117e
Looking at the mxml library, but it looks like it doesn't support CMake build at the moment :
https://github.com/michaelrsweet/mxml
See: michaelrsweet/mxml#281
The text was updated successfully, but these errors were encountered: