From ca9d4e482576df8ffeb3e65160011bf74597aab7 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Thu, 25 Aug 2016 18:35:22 +1000 Subject: [PATCH] update cmake version --- .travis.yml | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c9f1ff..79cf8a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -language: cpp +language: generic matrix: include: - os: linux diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c57e7e..fffb795 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ RETURN() ENDIF() -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) project(cxxopts) enable_testing()