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 to have the directory removed.

Regards,
rod

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to