Re: [cmake-developers] Pssible documentation error in install(TARGETS ) signature

2016-02-17 Thread Brad King
On 02/16/2016 05:42 PM, Daniel Wirtz wrote: > if the order of the arguments matters: update documentation? Thanks, updated: Help: Clarify install(TARGETS) INCLUDES DESTINATION option https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c978223c -Brad -- Powered by www.kitware.com Please

[cmake-developers] Pssible documentation error in install(TARGETS ) signature

2016-02-16 Thread Daniel Wirtz
The current CMake version has an error in the Documentation (or a Bug in the Code, depending on how this turns out). In https://cmake.org/cmake/help/v3.5/command/install.html#installing-targets, the optional argument order is [...] [INCLUDES DESTINATION [ ...]] [PERMISSIONS permissions...]