From c44459dc477bb16040a4f1dbf56f4191cd9d3321 Mon Sep 17 00:00:00 2001 From: offa Date: Tue, 25 Jul 2023 20:09:52 +0200 Subject: [PATCH] Require CMake 3.5+ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f1e51f..af19044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.5) enable_testing() project(toml11 VERSION 3.7.1)