Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I am genuinely curious what the goal is of marking something as not built when building "all"? How do you separate the compile stage from the install stage? e.g. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Suppose I have something like this:
Is it possible to build the custom target only when installing, or when explicitly building it, but not when I compile the whole project? It seems the
build_by_default
behavior is overrided by the dependency on the install script...Beta Was this translation helpful? Give feedback.
All reactions