How can I get Meson to ignore using CMake when im only using it to test CMake support for a given project #14179
Unanswered
dreamer-coding
asked this question in
Q&A
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
-
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