Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
OpenNMTTokenizer 0.2.0-p1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jun 3, 2017
1 parent a4e16e4 commit 5a6d6b2
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 @@ -83,7 +83,7 @@ hunter_config(OpenCL VERSION 2.1-p3)
hunter_config(OpenCL-cpp VERSION 2.0.10-p0)
hunter_config(OpenCV VERSION 3.2.0-p1)
hunter_config(OpenCV-Extra VERSION 3.0.0)
hunter_config(OpenNMTTokenizer VERSION 0.2.0-p0)
hunter_config(OpenNMTTokenizer VERSION 0.2.0-p1)
if(MSVC OR ANDROID)
# FIXME: https://travis-ci.org/ingenue/hunter/jobs/215460184
# FIXME: https://ci.appveyor.com/project/ingenue/hunter/build/1.0.1470
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/OpenNMTTokenizer/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ hunter_add_version(
8d6025d92014586c5ff5a831c13b9238e6c07da8
)

hunter_add_version(
PACKAGE_NAME
OpenNMTTokenizer
VERSION
0.2.0-p1
URL
"https://github.com/hunter-packages/OpenNMT-Tokenizer/archive/v0.2.0-p1.tar.gz"
SHA1
33c75c6d22a79a0410b28a518b57a5b257762f1f
)

hunter_cmake_args(OpenNMTTokenizer CMAKE_ARGS LIB_ONLY=YES)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 5a6d6b2

Please sign in to comment.