From 94499fce9dbdfaf71d16e63e1f1e0cd0362b6dda Mon Sep 17 00:00:00 2001 From: liuwenhao4 Date: Mon, 7 Sep 2020 15:03:04 +0800 Subject: [PATCH] Fix some tiny bugs for converter in windows enviroment --- build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build.bat b/build.bat index 1a037dad5..cbf1be296 100644 --- a/build.bat +++ b/build.bat @@ -85,6 +85,7 @@ goto run_eof cd %BUILD_PATH%/mindspore cmake -DBUILD_DEVICE=on -DBUILD_CONVERTER=on -DPLATFORM_ARM64=off -DSUPPORT_TRAIN=off ^ -DCMAKE_BUILD_TYPE=Release -DSUPPORT_GPU=off -DBUILD_MINDDATA=off -DOFFLINE_COMPILE=off ^ + -DMS_VERSION_MAJOR=0 -DMS_VERSION_MINOR=7 -DMS_VERSION_REVISION=0 ^ -G "CodeBlocks - MinGW Makefiles" "%BASEPATH%/mindspore/lite" GOTO:EOF -- GitLab