Skip to content

Commit

Permalink
Update 'KhronosDataFormat' to v1.3.1-1f8c852-p1 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth authored Oct 9, 2020
1 parent af80326 commit 4f238f8
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 @@ -82,7 +82,7 @@ hunter_default_version(IlmBase VERSION 2.5.1-p0)
hunter_default_version(Immer VERSION 0.6.2-cf44615)
hunter_default_version(Jpeg VERSION 9c-p0)
hunter_default_version(JsonSpirit VERSION 0.0.4-hunter)
hunter_default_version(KhronosDataFormat VERSION 1.3.1-1f8c852-p0)
hunter_default_version(KhronosDataFormat VERSION 1.3.1-1f8c852-p1)
hunter_default_version(LAPACK VERSION 3.7.1)
hunter_default_version(LLVM VERSION 6.0.1-p0) # Clang
hunter_default_version(LLVMCompilerRT VERSION 6.0.1) # Clang
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/KhronosDataFormat/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ hunter_add_version(
ff706838e09646cd9bfa3930ccaf6d6d86e01dc6
)

hunter_add_version(
PACKAGE_NAME
KhronosDataFormat
VERSION
1.3.1-1f8c852-p1
URL
"https://github.com/cpp-pm/DataFormat/archive/v1.3.1-1f8c852-p1.tar.gz"
SHA1
41dd36ba55bd5c4defbd6fea5e0cffd9c81d62a5
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(KhronosDataFormat)
hunter_download(PACKAGE_NAME KhronosDataFormat)

0 comments on commit 4f238f8

Please sign in to comment.