From 165d808db3ad39490182ac001a5924e384241442 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Fri, 18 Nov 2022 23:56:53 -0500 Subject: [PATCH] Works with CMake 3.22.1. Remove depreciation warning. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f371c7..8cbc31e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8...3.22.1) project(acidwarp C)