From 11dd04ac828dd056416de1a912f7e43047233711 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 12 Sep 2019 12:33:26 +0200 Subject: [PATCH] Relax CMake requirement. --- 2019/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019/CMakeLists.txt b/2019/CMakeLists.txt index f09fe54..7492ad1 100644 --- a/2019/CMakeLists.txt +++ b/2019/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.12) project(aoc2019)