From 045e02af756826ab9672f9de721399bdcc75aead Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 4 May 2016 13:06:15 -0400 Subject: [PATCH] Bump minimum required CMake version to 2.8.12. CMake 2.8.12 added support for target_include_directories(), among other features, and we would like to use it. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1027e7e5..a5220aa3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.12) enable_testing()