Re: [cmake-developers] fix for older bash-completion

2015-04-22 Thread Gaetan Lehmann
Here is an updated patch. Thanks, Gaëtan 2015-04-22 15:05 GMT+02:00 Brad King brad.k...@kitware.com: On 04/22/2015 08:23 AM, Gaetan Lehmann wrote: Here is a patch for older bash-completion, like the default one used in homebrew. Thanks. Rather than skipping _init_completion altogether

Re: [cmake-developers] fix for older bash-completion

2015-04-22 Thread Gaetan Lehmann
Thanks! 2015-04-22 15:43 GMT+02:00 Brad King brad.k...@kitware.com: On 04/22/2015 09:36 AM, Gaetan Lehmann wrote: Here is an updated patch. Thanks. Applied with minor tweaks: bash-completion: Avoid using _init_completion when not defined http://cmake.org/gitweb?p=cmake.git

[cmake-developers] fix for older bash-completion

2015-04-22 Thread Gaetan Lehmann
Hi, Here is a patch for older bash-completion, like the default one used in homebrew. Regards, Gaëtan 0001-fix-for-older-bash-completion.patch Description: Binary data -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-09 Thread Gaetan Lehmann
Thanks! 2015-03-09 15:08 GMT+01:00 Brad King brad.k...@kitware.com: On 03/06/2015 09:17 AM, Gaetan Lehmann wrote: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS Applied with minor updates, thanks: ExternalProject: Replace placeholder tokens

[cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-06 Thread Gaetan Lehmann
Hi, BUILD_BYPRODUCTS works very well with external projects and ninja :-) I'd like to propose a small enhancement: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS, in order to let the developer specify the byproducts without explicitly setting the external project