[cmake-developers] Review Request: Topic ExternalProject_exclude-from-all
Daniele E. Domenichelli
daniele.domenichelli at gmail.com
Thu Mar 27 12:24:17 EDT 2014
On 27/03/14 16:53, Brad King wrote:
> Actually you don't need to parse the arg ahead of time.
> The "ALL" option to add_custom_target just tells it to
> *not* set the EXCLUDE_FROM_ALL target property. Instead
> you can leave out "ALL", parse the args as normal, and
> then add
>
> set_property(TARGET ... PROPERTY EXCLUDE_FROM_ALL FALSE)
>
> when the EXCLUDE_FROM_ALL option is not set.
This is way easier, thanks!
I merged the other topic and updated this one, can you please review it
again?
Daniele
More information about the cmake-developers
mailing list