From d8d38a991958c86024b32bc3e18a58fb6eaddb3d Mon Sep 17 00:00:00 2001 From: Joseph Hickey Date: Tue, 28 Jun 2022 12:24:49 -0400 Subject: [PATCH] Fix #123, update cmake_minimum_required Fixes the warning that support for old versions will be removed The build does not actually expect such an old version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b73b656..803ee01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6.4) +cmake_minimum_required(VERSION 3.5) project(CFS_TO_LAB C) # Include source directory for table use