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