[cmake-developers] Review Request: Topic ExternalProject_exclude-from-all
Brad King
brad.king at kitware.com
Thu Mar 27 14:33:30 EDT 2014
On 03/27/2014 02:23 PM, Daniele E. Domenichelli wrote:
> The updated code after your second e-mail should be this:
>
> + get_property(exclude_from_all TARGET ${name} PROPERTY _EP_EXCLUDE_FROM_ALL)
> + if(exclude_from_all)
> + set_property(TARGET ${name} PROPERTY EXCLUDE_FROM_ALL TRUE)
> + endif()
Looks good, thanks.
-Brad
More information about the cmake-developers
mailing list