Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ca9d4e482576df8ffeb3e65160011bf74597aab7
Authored by
Jarryd Beck
2016-08-25 18:35:22 +1000
1 parent
435bc38e
update cmake version
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.travis.yml
CMakeLists.txt
.travis.yml
View file @
ca9d4e4
1
1
sudo: required
2
-language:
cpp
2
+language:
generic
3
3
matrix:
4
4
include:
5
5
- os: linux
...
...
CMakeLists.txt
View file @
ca9d4e4
...
...
@@ -26,7 +26,7 @@ RETURN()
26
26
27
27
ENDIF()
28
28
29
-cmake_minimum_required(VERSION 2.
6
)
29
+cmake_minimum_required(VERSION 2.
8.12
)
30
30
project(cxxopts)
31
31
32
32
enable_testing()
...
...