From b98834c535d4e88578f664def7c01beb09a9d82e Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 14 Dec 2017 11:46:11 +0100 Subject: [PATCH] Lower cmake requirement to 2.8.11 Was set to 3.0 by #108 altough target_include_directories existed earlier: https://cmake.org/cmake/help/v2.8.11/cmake.html --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 636a461..53b2bf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ # Benoit Scherrer, 2010 CRL, Harvard Medical School # Copyright (c) 2008-2009 Children's Hospital Boston #============================================================================== -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required (VERSION 2.8.11) if (NOT DEFINED CMAKE_BUILD_TYPE) set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type") -- 2.30.2