From f26ca4fb08f0f7144efa10561b58972dce03af4c Mon Sep 17 00:00:00 2001 From: Tim Warren Date: Fri, 10 Jul 2015 16:29:07 -0400 Subject: [PATCH] Try downgrading the version of cmake required for building --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c371925..49307b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ ################################################################################ # Setup ################################################################################ -cmake_minimum_required (VERSION 3.0.2) +cmake_minimum_required (VERSION 2.8) project(Tyro) include_directories(${PROJECT_SOURCE_DIR} ${PROJECT_SOURCE_DIR}/include)