未验证 提交 53916f82 编写于 作者: R richardhob 提交者: GitHub

Update CMakeLists.txt

Update the CMAKE minimum version from `3` to `3.0` to fix error in Windows 10 x64 with CMAKE 3.15.4:

cmake_minimum_required could not parse VERSION "3".
上级 5cb2b634
......@@ -8,7 +8,7 @@
# License: MIT #
# #
###################################################################################
cmake_minimum_required(VERSION 3 FATAL_ERROR)
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(unity LANGUAGES C DESCRIPTION "C Unit testing framework.")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册