How can I get Meson to ignore using CMake when im only using it to test CMake support for a given project #14179
Replies: 1 comment
-
One workaround for this seems to be using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I get Meson to ignore using CMake when I'm only using it to test CMake support for a given project, the only dependency that it pulling in is a custom test framework that uses Meson as the primary build tool yet it seems to be trying to use CMake regardless, maybe I missed something do let me know.
Using Meson 1.6.1, project is being tested against Meson 1.3 and newer, target OS from CI file is a debian system.
Repository in question for this experiment:
https://github.com/dreamer-coding/fossil-tofu
Beta Was this translation helpful? Give feedback.
All reactions