Skip to content

Commit

Permalink
mng 2.0.3-p2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Mar 24, 2018
1 parent a8706bd commit 7a506f5
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 @@ -263,7 +263,7 @@ hunter_config(lzma VERSION 5.2.3-p4)
hunter_config(md5 VERSION 1.6)
hunter_config(mini_chromium VERSION 0.0.1-p2)
hunter_config(minizip VERSION 1.0.1-p3)
hunter_config(mng VERSION 2.0.3-p1)
hunter_config(mng VERSION 2.0.3-p2)
hunter_config(mojoshader VERSION 0.0.1)
hunter_config(mongoose VERSION 6.10)
hunter_config(mpark_variant VERSION 1.0.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/mng/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ hunter_add_version(
7093e4ea2701834ff858aa3441294edbbf83c4b1
)

hunter_add_version(
PACKAGE_NAME
mng
VERSION
2.0.3-p2
URL
https://github.com/hunter-packages/mng/archive/v2.0.3-p2.tar.gz
SHA1
54d8034ced87b6411df40d0f3cfd5724257e9b00
)

hunter_cmake_args(mng CMAKE_ARGS MNG_INSTALL_LIB_DIR=lib)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 7a506f5

Please sign in to comment.