From dc054d61799d9e41d8114f25aa9a315d5abaeb44 Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 27 Dec 2019 16:45:01 -0500 Subject: [PATCH] Change minimum cmake version.. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed89427..4828a8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.10) project(fastimagehash)