# HG changeset patch # User Josef 'Jeff' Sipek # Date 1618577795 14400 # Fri Apr 16 08:56:35 2021 -0400 # Node ID dc326968a98878134070bd553851a8896e12b9db # Parent a82f701bc852a7cbe366c402a196bc7328507bca build: change minimum cmake version to 2.8.12 Signed-off-by: Josef 'Jeff' Sipek diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) add_executable(ccw_gen ccw_gen.c) add_executable(padcat padcat.c)