From fc7bf310a7b117ee7fe6f0256a44feab690ea5cc Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Thu, 25 Apr 2024 16:00:04 +0200 Subject: [PATCH] CMake: bump version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5886a8..678f594 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 2.8.12...3.5) # Set extension name here set(TARGET_NAME quack)