Skip to content

Commit

Permalink
bump hunter to v0.20.75 (#65)
Browse files Browse the repository at this point in the history
fixes opencv + webp issue specific to ios simulator builds reported in #59
  • Loading branch information
headupinclouds authored May 15, 2018
1 parent 4f9aeba commit 379254a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ if(ACF_USE_DRISHTI_UPLOAD)
)
endif()
else()
set(ACF_HUNTER_GATE_URL "https://github.com/ruslo/hunter/archive/v0.20.74.tar.gz")
set(ACF_HUNTER_GATE_SHA1 "88e3c806f0ff640c0e3cbc32b340ae2c370b31f5")
set(ACF_HUNTER_GATE_URL "https://github.com/ruslo/hunter/archive/v0.20.75.tar.gz")
set(ACF_HUNTER_GATE_SHA1 "e167074fe2feb478f675a91ba7f3e1c0120cdd64")
if(HUNTER_ENABLED AND NOT ACF_IS_REPO_BUILD)
# DEPENDENCY: if(HUNTER_ENABLE): we are being used as a dependency from
# another project and we will use the config.cmake from the parent project.
Expand Down Expand Up @@ -94,7 +94,7 @@ endif()
###################

# See https://github.com/hunter-packages/check_ci_tag when changing VERSION
project(acf VERSION 0.1.6)
project(acf VERSION 0.1.7)

set(ACF_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}")

Expand Down

0 comments on commit 379254a

Please sign in to comment.