diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff2a3b89c..3b0a27409b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) cmake_policy(SET CMP0063 NEW) project(flecs LANGUAGES C)