From 025b85707e69a8053ef8abc6fc1e6654514cca05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccolo=CC=80=20Iardella?= Date: Tue, 29 Aug 2023 09:28:46 +0200 Subject: [PATCH] Bump CMake minimum required version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e9b4e1..ba68a53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project(eventpp VERSION 0.1.2) add_library(eventpp INTERFACE)