From d2d797812438800a7ecf9fb8e524f4823b8656c8 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Thu, 25 Apr 2024 16:05:42 +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..1d144aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.5) # Set extension name here set(TARGET_NAME quack)