cmake_clean.cmake 200 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 file(REMOVE_RECURSE "CMakeFiles/uninstall" ) # Per-language clean rules from dependency scanning. foreach(lang ) include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) endforeach()