Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_remove_directory-directory-with-parent-check.cmake
blob: fd6ea111fb6a5ac70c671e694a838e2a09715037 [
file
] [
log
] [
blame
]
if
(
IS_DIRECTORY $
{
out
}/
parent
/
child
)
set
(
RunCMake_TEST_FAILED
"child directory was not removed"
)
endif
()