Replies: 2 comments
-
It's an internal implementation detail of meson that is used when meson generates a dummy cmake project to see if a dependency can be found using What version of meson did you use? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This problem can be solved by installing meson ( |
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.
-
When I build some projects (scripts are provided by others), some errors are thrown by meson.
What is
MESON_CMAKE_ROOT
? How can I fix this?export MESON_CMAKE_ROOT=/usr/bin/cmake
does not work.Shall I need to define
MESON_CMAKE_ROOT
in cmake files?Beta Was this translation helpful? Give feedback.
All reactions