https://github.com/Kitware/CMake
Raw File
Tip revision: 84df4a49500e51ac6e2a19a77e385e66234386f7 authored by Brad King on 06 February 2017, 19:37:07 UTC
Merge branch 'FeatureSummary-doc-cleanup' into release
Tip revision: 84df4a4
test_clean.cmake.in
set(TEST_BUILD_DIRS "@TEST_BUILD_DIRS@")
file(REMOVE_RECURSE ${TEST_BUILD_DIRS})
back to top