Re: [CMake] CMake execute_process command on bash on Windows

2016-05-06 Thread Alan W. Irwin
On 2016-05-06 23:46+0100 Miklos Espak wrote: I used the bash that is deployed with Git for Windows, and the generator was for VS 2012, 64bit. You mean, the behaviour of the execute_process command depends on the generator rather then the host shell and platform? Ideally not, but you never kno

Re: [CMake] No cmake.exe in latest CMake windows binaries

2016-05-06 Thread African Boy
I just downloaded the archive from https://cmake.org/files/v3.5/cmake-3.5.2-win32-x86.zipI found cmake.exe and cmake-gui.exe in the bin directory.--- original message ---From: Miklos Espak Date: 06.05.2016 17:32:01To: "cmake@cmake.org" Subject: [CMake] No cmake.exe in latest CMake windows binariesH

[CMake] How does cmake handle object dependency(.o.d) in QtCreator

2016-05-06 Thread vakano
Hi, GCC got an option -MMD to export object dependency (.o.d) for header files incremental build, in netbeans, there is an option called enable dependency checking, it will generate an .dep.inc and includes this file in make file automatically, my question is how to set this dependency handlin

Re: [CMake] CMake execute_process command on bash on Windows

2016-05-06 Thread Miklos Espak
I used the bash that is deployed with Git for Windows, and the generator was for VS 2012, 64bit. You mean, the behaviour of the execute_process command depends on the generator rather then the host shell and platform? Miklos On 6 May 2016 at 23:30, Alan W. Irwin wrote: > On 2016-05-06 22:44+

Re: [CMake] CMake execute_process command on bash on Windows

2016-05-06 Thread Alan W. Irwin
On 2016-05-06 22:44+0100 Miklos Espak wrote: Hi, I want to run CMake from bash on Windows, but the configuration fails at the 'execute_command' calls in our CMakeLists files. The WORKING_DIRECTORY argument does not seem to make any effect. I got around it by prepending "cd ; ..." before the co

[CMake] CMake execute_process command on bash on Windows

2016-05-06 Thread Miklos Espak
Hi, I want to run CMake from bash on Windows, but the configuration fails at the 'execute_command' calls in our CMakeLists files. The WORKING_DIRECTORY argument does not seem to make any effect. I got around it by prepending "cd ; ..." before the command to execute. But then I got other problems.

[CMake] No cmake.exe in latest CMake windows binaries

2016-05-06 Thread Miklos Espak
Hi, I tried to upgrade CMake on Windows, hoping that it solves an issue with the execute_process command. (It does not seem to work from bash.) So, I downloaded the latest zip, this one: https://cmake.org/files/v3.5/cmake-3.5.2-win32-x86.zip But it does not seem to contain neither cmake.exe nor