[cmake-developers] Misleading documentation for list(APPEND ....) signature

Brad King brad.king at kitware.com
Wed Dec 18 11:52:10 EST 2013


On 12/17/2013 08:52 PM, Alan W. Irwin wrote:
> The documentation says
> 
> list(APPEND <list> <element> [<element> ...])
> 
> That should be changed to
> 
> list(APPEND <list> [<element> ...])

This was already done recently:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=eec7834e

-Brad



More information about the cmake-developers mailing list