forked from mindspore-Ecosystem/mindspore
fix cpack error on windows
This commit is contained in:
parent
9392fc38bc
commit
c8ea86bac5
|
@ -87,6 +87,8 @@ EXIT /b 0
|
||||||
:clean
|
:clean
|
||||||
IF EXIST "%BASE_PATH%/output" (
|
IF EXIST "%BASE_PATH%/output" (
|
||||||
cd %BASE_PATH%/output
|
cd %BASE_PATH%/output
|
||||||
rd /s /q _CPack_Packages
|
if EXIST "%BASE_PATH%/output/_CPack_Packages" (
|
||||||
|
rd /s /q _CPack_Packages
|
||||||
|
)
|
||||||
)
|
)
|
||||||
cd %BASE_PATH%
|
cd %BASE_PATH%
|
Loading…
Reference in New Issue