Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_rm_directory_link_existing-check.cmake
blob: b1a29a28e6d200234306b0409a6c7bf9125f1593 [
file
] [
log
] [
blame
]
if
(
NOT EXISTS $
{
out
}/
dir
/
existing
.
txt
)
set
(
RunCMake_TEST_FAILED
"${out}/dir/existing.txt should exist (we only removed the link to dir folder)"
)
endif
()