Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e53c547

Browse files
committedFeb 27, 2018
Merge 'develop' into 'master' for Hana v1.4.0, aka Boost 1.67.0
2 parents 5b1c2ad + bd60612 commit e53c547

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1424
-1695
lines changed
 

‎.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install:
3636
############################################################################
3737
# Install a recent CMake
3838
############################################################################
39-
- set CMAKE_URL="https://cmake.org/files/v3.8/cmake-3.8.0-win64-x64.zip"
39+
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.0-win64-x64.zip"
4040
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
4141
- 7z x cmake.zip -oC:\projects\deps > nul
4242
- move C:\projects\deps\cmake-* C:\projects\deps\cmake # Move to a version-agnostic directory

‎.travis.yml

+75-112
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)