From 9b3b350041624a1aaa0651c7a7a869fd27aa2f76 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sat, 5 Nov 2022 18:38:08 +0100 Subject: [PATCH] fix: update cmake min version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dc6259..0873d71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 3.0.0) project(PORTINGTOOLS) file(GLOB_RECURSE sources src/*)