Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_remove_directory-symlink-dir-check.cmake
blob: f70312c46b9545b4ad3818c728658c44beca5bf2 [
file
] [
log
] [
blame
]
if
(
EXISTS $
{
out
}/
link_dir
)
set
(
RunCMake_TEST_FAILED
"did not remove ${out}/link_dir"
)
endif
()
if
(
NOT EXISTS $
{
out
}/
dir
)
set
(
RunCMake_TEST_FAILED
"should not have removed ${out}/dir"
)
endif
()