diff --git a/CMakeLists.txt b/CMakeLists.txt index 1954949..dfc243c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")