Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CommandLine
/
E_make_directory-directory-with-parent-check.cmake
blob: ea3d161aff8a6c8afc858d22c3ea25c338e2a9f9 [
file
] [
log
] [
blame
]
if
(
NOT IS_DIRECTORY $
{
out
}/
parent
/
child
)
set
(
RunCMake_TEST_FAILED
"child directory was not created"
)
endif
()