Skip to content

Commit

Permalink
Merge pull request ruslo#1502 from ithron/pr.Microsoft.GSL
Browse files Browse the repository at this point in the history
Update Microsoft.GSL to v1.0.0-p1
  • Loading branch information
ruslo authored Jul 25, 2018
2 parents bb20281 + fdaff79 commit 46c7f33
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ hunter_default_version(Libcxxabi VERSION 3.6.2) # Clang
hunter_default_version(Libevent VERSION 2.1.8-p4)
hunter_default_version(Libssh2 VERSION 1.7.0)
hunter_default_version(Lua VERSION 5.3.2-p2)
hunter_default_version(Microsoft.GSL VERSION 1.0.0-p0)
hunter_default_version(Microsoft.GSL VERSION 1.0.0-p1)
hunter_default_version(MySQL-client VERSION 6.1.9-p0)
hunter_default_version(NASM VERSION 2.12.02)
hunter_default_version(OpenAL VERSION 1.18.2)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/Microsoft.GSL/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ hunter_add_version(
3cc3b9f2f7e5cde7827b8793ab6b4a8717511c9a
)

hunter_add_version(
PACKAGE_NAME
Microsoft.GSL
VERSION
1.0.0-p1
URL
"https://github.com/hunter-packages/Microsoft.GSL/archive/v1.0.0-p1.tar.gz"
SHA1
d38a9e318a1ad1d96d169cd91f0909f1dc85e0d7
)

hunter_cmake_args(
Microsoft.GSL
CMAKE_ARGS
Expand Down

0 comments on commit 46c7f33

Please sign in to comment.