Sign in
flutter
/
third_party
/
libzip
/
c71d9f720f4d20d83a328e06707cdea810bb2db2
/
.
/
regress
/
cleanup.cmake
blob: 94fd13ffbe8d12c162f4717a931afef766306074 [
file
] [
log
] [
blame
]
# expect variable DIR
FILE
(
GLOB CLEANDIRS
"${DIR}/sandbox-*.d[0-9]*"
)
IF
(
CLEANDIRS
)
MESSAGE
(
STATUS
"Removing ${CLEANDIRS}"
)
FILE
(
REMOVE_RECURSE $
{
CLEANDIRS
})
ENDIF
()