mirror of https://github.com/jarro2783/cxxopts.git
update cmake version
This commit is contained in:
parent
435bc38eff
commit
ca9d4e4825
|
|
@ -1,5 +1,5 @@
|
|||
sudo: required
|
||||
language: cpp
|
||||
language: generic
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ RETURN()
|
|||
|
||||
ENDIF()
|
||||
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 2.8.12)
|
||||
project(cxxopts)
|
||||
|
||||
enable_testing()
|
||||
|
|
|
|||
Loading…
Reference in New Issue