[CMake] Files not in build dir anymore?

Jorgen Bodde jorgen.maillist at gmail.com
Fri Dec 8 13:29:20 EST 2006


Hi guys,

I noticed that my intermediate files are no longer written to the
build directory. I do this;

ccmake ../../CMakeLists.txt

And in the past I was sure the files were kept in the current
directory. Now the intermediate files are always written in the source
dir. How is the syntax for ccmake to keep the build files in the
current dir?

When I do ccmake I get;

ccmake version 2.4-patch 5
Usage

  ccmake <path-to-source>
  ccmake <path-to-existing-build>

The first will always dump the intermediate files in the source dir,
the second does not work because there is no cache dir yet.

Thanks,
- Jorgen


More information about the CMake mailing list