From 17dfb70dfddbf6b54729af08362edfba1e8c3aae Mon Sep 17 00:00:00 2001 From: Bryce Adelstein Lelbach aka wash Date: Fri, 6 Jul 2018 17:25:59 -0700 Subject: [PATCH] Increase required CMake version to 3.8; this was the first version to include the cxx_std_XX compile features. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c480469..c1d0c68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.7) +cmake_minimum_required(VERSION 3.8) project(pushmi-project CXX)