Re: [CMake] Different behaviour between cmake-gui vs cmake using command line mode

2012-03-21 Thread David Cole
For the same behavior as cmake-gui, use the same build directory. (For the command line app "cmake", the current working directory is the build directory... The argument you give the first time you run it is the source directory.) Try: >> cd C:/Arnault/CMT2/test/A/build >> cmake .. >> cmake --bui

[CMake] Different behaviour between cmake-gui vs cmake using command line mode

2012-03-21 Thread Christian Arnault
Hi, I am using cmake version 2.8.7 both on Windows 7 & on Linux. In windows, I configure a project with some sources. 1) Using the cmake-gui tool, I can specify both where to find the sources (eg: C:/Arnault/CMT2/test/A) and where to build the binaries (eg: C:/Arnault/CMT2/test/A/build) (M