Skip to content

Commit f9c0443

Browse files
committed
bump cmake version for ucm
1 parent 6bd58d7 commit f9c0443

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ os:
44
- linux
55
- osx
66

7+
dist: trusty
8+
79
addons:
810
apt:
911
sources:
1012
- ubuntu-toolchain-r-test
1113
- llvm-toolchain-precise-3.7
14+
1215
packages:
1316
- gcc-4.9
1417
- g++-4.9
1518
- clang-3.7
1619

17-
1820
compiler:
1921
- gcc
2022
- clang

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.8)
1+
cmake_minimum_required(VERSION 2.8.12)
22
project(cmake_git_clone)
33

44
include(cmake/GitUtils.cmake)

cmake/GitUtils.cmake

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
1-
# Copyright (c) 2016 Thilo Schuchort
2-
#
3-
# Permission is hereby granted, free of charge, to any person obtaining a copy
4-
# of this software and associated documentation files (the "Software"), to deal
5-
# in the Software without restriction, including without limitation the rights
6-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7-
# copies of the Software, and to permit persons to whom the Software is
8-
# furnished to do so, subject to the following conditions:
9-
#
10-
# The above copyright notice and this permission notice shall be included in
11-
# all copies or substantial portions of the Software.
12-
#
13-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
# THE SOFTWARE.
20-
21-
cmake_minimum_required(VERSION 2.8.8)
1+
cmake_minimum_required(VERSION 2.8.7)
222

233
include(${PROJECT_SOURCE_DIR}/cmake/Utils.cmake)
244
include(CMakeParseArguments)

0 commit comments

Comments
 (0)