Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_rm_file_recursive_existing-check.cmake
blob: e28b16053e85ca9d5111303bb6a41f29a6f207f4 [
file
] [
log
] [
blame
]
if
(
EXISTS $
{
out
}/
existing
.
txt
)
set
(
RunCMake_TEST_FAILED
"${out}/existing.txt not removed"
)
endif
()