File tree 4 files changed +1009
-41
lines changed
4 files changed +1009
-41
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ before_install:
61
61
- echo ${TRAVIS_OS_NAME}
62
62
- |
63
63
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
64
- CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v3.%3Cspan%20class="x x-first x-last">15.2 /cmake-3.15.2 -Linux-x86_64.tar.gz"
64
+ CMAKE_URL="https://github.com/Kitware/CMake/releases/download/v3.%3Cspan%20class="x x-first x-last">14.0 /cmake-3.14.0 -Linux-x86_64.tar.gz"
65
65
mkdir cmake && travis_retry wget --no-check-certificate --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake
66
66
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
67
67
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
Original file line number Diff line number Diff line change 4
4
# http://www.boost.org/LICENSE_1_0.txt)
5
5
6
6
7
- cmake_minimum_required (VERSION 3.15 )
7
+ cmake_minimum_required (VERSION 3.14 )
8
8
9
9
project (
10
10
Skyr
11
- VERSION 1.4.2
11
+ VERSION 1.4.3
12
12
HOMEPAGE_URL https://cpp-netlib.github.io/url
13
13
DESCRIPTION "A C++ library that implements the WhatWG URL specification"
14
14
LANGUAGES CXX
You can’t perform that action at this time.
0 commit comments