Re: [cmake-developers] [PATCH] fix issue #0016076 Add a --bindir option to bootstrap and use it to install cmake in custom directory

2016-06-02 Thread BUNEL Nicolas
Hi, Thanks for applying this patch. I tried to use --bindir option with a clone of 'next' branch, and it's OK. Cmake is correctly installed in the PREFIX/BIN_DIR directory. Thanks Nicolas -Message d'origine- De : Brad King Envoyé : mercredi 1 juin 2016 20:11 On 05/30/2016 10:50 AM, BUN

Re: [cmake-developers] [PATCH] fix issue #0016076 Add a --bindir option to bootstrap and use it to install cmake in custom directory

2016-06-01 Thread Brad King
On 05/30/2016 10:50 AM, BUNEL Nicolas wrote: > Here, the new patch Thanks. I've applied the patches, squashed, and made some minor tweaks. It has been merged to 'next' for testing: Add option to control 'bin' directory of CMake's own installation (#16076) https://cmake.org/gitweb?p=cmake.git;a

Re: [cmake-developers] [PATCH] fix issue #0016076 Add a --bindir option to bootstrap and use it to install cmake in custom directory

2016-05-30 Thread BUNEL Nicolas
di 27 mai 2016 17:52 À : BUNEL Nicolas Cc : cmake-developers@cmake.org Objet : Re: [cmake-developers] [PATCH] fix issue #0016076 Add a --bindir option to bootstrap and use it to install cmake in custom directory On 05/27/2016 10:59 AM, BUNEL Nicolas wrote: > I add the --bindir option to b

Re: [cmake-developers] [PATCH] fix issue #0016076 Add a --bindir option to bootstrap and use it to install cmake in custom directory

2016-05-27 Thread Brad King
On 05/27/2016 10:59 AM, BUNEL Nicolas wrote: > I add the --bindir option to bootstrap. > > The patches are attach to this email. Thanks for working on this. See below for comments. > Is-it possible to add these modifications in cmake master branch ? Yes, but as announced on the list earlier to

[cmake-developers] [PATCH] fix issue #0016076 Add a --bindir option to bootstrap and use it to install cmake in custom directory

2016-05-27 Thread BUNEL Nicolas
Hi, I add the --bindir option to bootstrap. This option allows to configure the binaries install directory relative to prefix (/). The patches are attach to this email. Is-it possible to add these modifications in cmake master branch ? Thanks Nicolas 0001-fix-issue-0016076-Add-a-bindir-option