[CMake] CMakeFiles

Rolf Eike Beer eike at sf-mail.de
Wed Aug 8 06:21:20 EDT 2012


Am 2012-08-08 10:15, schrieb Sumit Adhikari:
> Hi,
>
> I am new to cmake. Is there any way to change the name of the
> directory CMakeFiles ?

No. But that question probably means you are building in source. Don't. 
Clean your source directory from the files that CMake generated (i.e. 
make clean, rm -rf CMakeFiles CMakeCache.txt), then create an empty 
directory somewhere, go to it, and call cmake /path/to/your/sources.

Eike


More information about the CMake mailing list