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
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