On 09.09.08 09:55:19, Robert Kubrick wrote: > I was wondering if there is a standard command to clear all cmake files, > including CMakeLists.txt, CMakeCache.txt, the CMakeFiles directory and > cmake_install.cmake?
Its called "rm" on Unix and you'd use the explorer ond windows :) Although I suspect you didn't mean "CMakeLists.txt" there, as that would mean removing the complete buildsystem you've written. Andreas -- Just because the message may never be received does not mean it is not worth sending. _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
