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

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to