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

2017-03-17 Thread Robert Dailey
So I have Git 2.11.1 installed and it's located in E:\Git\cmd\git.exe. I ticked the option in the installer to add it to path. I tried using the FindGit module via find_package() to find Git, but it's not working. So I tried a simpler case: find_program(GIT_EXECUTABLE git) However it cannot

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

2017-03-17 Thread Eric Noulard
2017-03-17 11:51 GMT+01:00 Renato Utsch : > Ooh good to know, I'll take a look at how you're doing that. > > 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. Eric > On Fri, Mar 17,

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

2017-03-17 Thread Renato Utsch
Ooh good to know, I'll take a look at how you're doing that. No, the build system is Bazel. On Fri, Mar 17, 2017, 04:58 Charles Huet wrote: > Hi, > > > is this buildsystem by any chance FastBuild ? > Because if so there is an effort (I'd like to say ongoing, but it's

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

2017-03-17 Thread Charles Huet
Hi, is this buildsystem by any chance FastBuild ? Because if so there is an effort (I'd like to say ongoing, but it's been on hold since the release of 9.7) to implement one here: https://github.com/packadal/CMake/tree/fastbuild-master Otherwise I guess it can serve as another example, as far