Re: [cmake-developers] Adding a new generator for CMake

2017-03-20 Thread Brad King
On 03/17/2017 07:29 AM, Eric Noulard wrote: > 2017-03-17 11:51 GMT+01:00 Renato Utsch: >> No, the build system is Bazel. > > I'd be interested in a Bazel generator as well. > I may help or review it depending on my spare time. [snip] On 03/16/2017 09:39 PM, Renato Utsch wrote: > Is there

Re: [cmake-developers] find_program() not using PATH on Windows?

2017-03-20 Thread Robert Dailey
On Mon, Mar 20, 2017 at 9:20 AM, Brad King wrote: > On 03/20/2017 10:17 AM, Robert Dailey wrote: >> What can I do to help you guys diagnose this problem? I could try >> getting a reproducible script for you, but this is so dependent on >> environment I'm not sure if it will

Re: [cmake-developers] find_program() not using PATH on Windows?

2017-03-20 Thread Brad King
On 03/20/2017 10:17 AM, Robert Dailey wrote: > What can I do to help you guys diagnose this problem? I could try > getting a reproducible script for you, but this is so dependent on > environment I'm not sure if it will serve as a good test case. Please build CMake from source with debugging

Re: [cmake-developers] find_program() not using PATH on Windows?

2017-03-20 Thread Robert Dailey
On Mon, Mar 20, 2017 at 8:40 AM, Brad King wrote: > On 03/17/2017 05:38 PM, Robert Dailey wrote: >> find_program(GIT_EXECUTABLE git) > > The steps it follows are documented here: > > https://cmake.org/cmake/help/v3.8/command/find_program.html > > It does include PATH, so

Re: [cmake-developers] find_program() not using PATH on Windows?

2017-03-20 Thread Brad King
On 03/17/2017 05:38 PM, Robert Dailey wrote: > find_program(GIT_EXECUTABLE git) The steps it follows are documented here: https://cmake.org/cmake/help/v3.8/command/find_program.html It does include PATH, so it is strange that it is not working. Just to be sure the environment is as expected,