Skip to content

Commit

Permalink
Merge pull request ruslo#1399 from headupinclouds/pr.acf
Browse files Browse the repository at this point in the history
acf v0.1.3
  • Loading branch information
ruslo authored Apr 10, 2018
2 parents 19ee24a + ff3dbb8 commit 8aa4e9b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ hunter_config(ZLIB VERSION 1.2.8-p3)
hunter_config(ZMQPP VERSION 4.1.2)
hunter_config(ZeroMQ VERSION 4.2.3-p1)
hunter_config(caffe VERSION rc3-p2)
hunter_config(acf VERSION 0.0.2)
hunter_config(acf VERSION 0.1.3)
hunter_config(Catch VERSION 2.2.1)
hunter_config(aes VERSION 0.0.1-p1)
hunter_config(aglet VERSION 1.2.1)
Expand Down
13 changes: 12 additions & 1 deletion cmake/projects/acf/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include(hunter_cacheable)
include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
acf
Expand All @@ -32,6 +32,17 @@ hunter_add_version(
0b2c6a2584539f1825eabc928e4b2abc7d16bbac
)

hunter_add_version(
PACKAGE_NAME
acf
VERSION
0.1.3
URL
"https://github.com/elucideye/acf/archive/v0.1.3.tar.gz"
SHA1
7df65c31312e6f364895dae249bb4fc9f20a8d7c
)

hunter_cmake_args(acf CMAKE_ARGS
ACF_BUILD_OGLES_GPGPU=OFF # optional opengl shaders off
ACF_USE_DRISHTI_CACHE=OFF # use hunter cache
Expand Down

0 comments on commit 8aa4e9b

Please sign in to comment.