Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_remove_directory-two-directories-and-file-check.cmake
blob: 0aa4a520285282de39b1d9637d0f3eecc6f9caac [
file
] [
log
] [
blame
]
if
(
NOT EXISTS $
{
outfile
})
set
(
RunCMake_TEST_FAILED
"removed non-directory ${outfile}"
)
endif
()