From 06f687b5940b86845b7bdce2e998bea1b3690f5d Mon Sep 17 00:00:00 2001 From: Sam4uk Date: Mon, 7 Feb 2022 22:09:36 +0200 Subject: [PATCH] update `cmake_minimum_required` to 3.12.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da19424..8a962b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.8) +cmake_minimum_required(VERSION 3.12.4) project(argparse VERSION 1.0.0