提交 d0d7485a 编写于 作者: X Xiao-Wei Chai CAO

fix(mge/build): update cmake_minimum_required VERSION

Fixed according to the case mentioned in Issue #57 opened by @zjd1988 .   

```
Policy "CMP0086" is not known to this version of CMake. Starting with CMake 3.14, UseSWIG passes option -module <module_name> to SWIG compiler if the file property SWIG_MODULE_NAME is specified. This policy provides compatibility with projects that expect the legacy behavior.
```
上级 9006d76b
cmake_minimum_required(VERSION 3.13.0)
cmake_minimum_required(VERSION 3.14.4)
include (cmake/FetchMegBrainVersion.cmake)
project(MegEngine LANGUAGES C CXX VERSION ${MGB_VER_STRING})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册