Replies: 2 comments 16 replies
-
@EmmanuelP Looking at the relevant docs, it appears you'll need to make some changes. Also, could you edit your post to correct the link to your GitHub repo? It's linking to the discussion you created. |
Beta Was this translation helpful? Give feedback.
15 replies
-
@eli-schwartz @jpakkane I referred to this meson.build a little. Isn't the dependency supposed to build just by using those two lines within the 'if' condition there? I couldn't get this to work without using the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
Before reporting it as an issue in meson, I'd like to know if I'm doing it wrong.
I have a pretty simple repository with open62541 dependency as a subproject. open62541 build system is based on cmake. The meson part is the following:
The problem is when I invoke ninja, the two executables are always built before the open62541 subproject. Is there something wrong in the way I have declared the dependencies ?
The full project is here: https://github.com/EmmanuelP/opctest
Beta Was this translation helpful? Give feedback.
All reactions