!20450 Fix windows import mindspore._c_dataengine failed problem

Merge pull request !20450 from xiefangqi/master
This commit is contained in:
i-robot 2021-07-19 08:49:39 +00:00 committed by Gitee
commit dda605cd8f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if(WIN32)
VER 0.1.92
LIBS sentencepiece sentencepiece_train
URL ${REQ_URL}
CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=ON
CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release -DSPM_USE_BUILTIN_PROTOBUF=ON -DSPM_ENABLE_SHARED=OFF
MD5 ${MD5}
)
else()