From c0b4f59299af22457abcebdacac808a6e73612f6 Mon Sep 17 00:00:00 2001 From: Kelsy Cotto Date: Tue, 10 Jan 2023 11:57:30 -0600 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b8af94..73872bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.12) project(regtools)