1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Merge pull request #449 from richardhob/richardhob-bugfix-cmake-minimum-version

Update CMakeLists.txt minimum version
This commit is contained in:
Mark VanderVoord
2019-10-02 14:46:17 -04:00
committed by GitHub

View File

@@ -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.")