[CMake] Using FILE(REMOVE_RECURSE ...) on clean targets

2007-12-18 Thread Rodolfo Schulz de Lima
What are the implications of using FILE(REMOVE_RECURSE ...) instead of FILE(REMOVE ...) on clean targets? I'm setting CMAKE_ADDITIONAL_CLEAN_FILES to a directory that isn't being removed. I've discovered that I must change REMOVE to REMOVE_RECURSE inside MakeFiles/project.dir/cmake_clean.cmake

Re: [CMake] Using FILE(REMOVE_RECURSE ...) on clean targets

2007-12-18 Thread Brandon Van Every
On Dec 18, 2007 1:38 PM, Rodolfo Schulz de Lima <[EMAIL PROTECTED]> wrote: > What are the implications of using FILE(REMOVE_RECURSE ...) instead of > FILE(REMOVE ...) on clean targets? I thought REMOVE_RECURSE was a straightforward unconditional nuke. I don't see that cleanliness has anything to