From be625f13991aa31b760209631e82c3288b16fcfb Mon Sep 17 00:00:00 2001 From: Dinesh Bolkensteyn Date: Tue, 12 Jul 2016 19:15:52 +0200 Subject: [PATCH] CMake: Increase min version to 2.8.8 for CMakePackageConfigHelpers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dd7f18..71ab4c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.8) project(serial) if(APPLE)