Skip to content

Commit

Permalink
Merge pull request #668 from elucideye/pr.update.drishti.upload
Browse files Browse the repository at this point in the history
update drishti-upload
  • Loading branch information
ruslo authored May 25, 2018
2 parents f0f5a9c + 1b0728d commit 8815d29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ if(DRISHTI_USE_DRISHTI_UPLOAD)
)
endif()
else()
set(DRISHTI_HUNTER_GATE_URL "https://github.com/ruslo/hunter/archive/v0.21.15.tar.gz")
set(DRISHTI_HUNTER_GATE_SHA1 "f52db0eb7c1663d4cdedbda82b61b23d5d6a75d9")
set(DRISHTI_HUNTER_GATE_URL "https://github.com/ruslo/hunter/archive/v0.21.18.tar.gz")
set(DRISHTI_HUNTER_GATE_SHA1 "19e4a2f3034baa13f215eba3aa580365c5254508")
if(HUNTER_ENABLED AND NOT DRISHTI_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 @@ -93,7 +93,7 @@ endif()
### Drishti project ###
#######################

project(drishtisdk VERSION 0.12.0)
project(drishtisdk VERSION 0.12.1)

set(CMAKE_POLICY_DEFAULT_CMP0069 NEW) # for 3rd parties added by add_subdirectory

Expand Down
2 changes: 1 addition & 1 deletion src/3rdparty/acf

0 comments on commit 8815d29

Please sign in to comment.