[CMake] How to delete cache files? Cross platform developing sharing linux folder to MS Windows using samba.

Surya Kiran Gullapalli suryakiran.gullapalli at gmail.com
Wed Feb 6 01:52:32 EST 2008


Its always better to have out-of-source build.

http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees

This way, you have two build directories one for windows and other for
unix. (like build-win and build-unix). no need to delete cache files.

Surya


More information about the CMake mailing list