Skip to content

Commit

Permalink
Update 'spirv-cross' to 20190906 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mean-ui-thread authored and bkotzz committed Oct 11, 2019
1 parent aaa481b commit 99e2210
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 @@ -470,7 +470,7 @@ else()
hunter_default_version(spdlog VERSION 1.3.1-p0)
endif()

hunter_default_version(spirv-cross VERSION 20190220)
hunter_default_version(spirv-cross VERSION 20190906)
hunter_default_version(sqlite3 VERSION 3.27.2-p0)
hunter_default_version(sse2neon VERSION 1.0.0-p0)
hunter_default_version(stanhull VERSION 0.0.1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/spirv-cross/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ hunter_add_version(
16a27e770f5774e2c354b182af928d876161cae7
)

hunter_add_version(
PACKAGE_NAME
spirv-cross
VERSION
20190906
URL
"https://github.com/KhronosGroup/SPIRV-Cross/archive/2019-09-06.tar.gz"
SHA1
766604e35bf4243916d403310922a0b9d930f43b
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(spirv-cross)
hunter_download(PACKAGE_NAME spirv-cross)

0 comments on commit 99e2210

Please sign in to comment.