Skip to content

Commit

Permalink
temporary release for acf v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Apr 4, 2018
1 parent 29e229c commit 139f181
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 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.0)
hunter_config(Catch VERSION 2.2.1)
hunter_config(aes VERSION 0.0.1-p1)
hunter_config(aglet VERSION 1.2.1)
Expand Down
17 changes: 14 additions & 3 deletions cmake/projects/acf/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ hunter_add_version(
PACKAGE_NAME
acf
VERSION
0.0.1
0.1.0
URL
"https://github.com/elucideye/acf/archive/v0.0.1.tar.gz"
"https://github.com/elucideye/acf/archive/v0.1.0.tar.gz"
SHA1
985bd3005b14120625e3684a8596d499bfc23a48
a77ff183da62dffabd522ed5d709ba702ff4e132
)

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

hunter_add_version(
PACKAGE_NAME
acf
VERSION
0.0.1
URL
"https://github.com/elucideye/acf/archive/v0.0.1.tar.gz"
SHA1
985bd3005b14120625e3684a8596d499bfc23a48
)

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 139f181

Please sign in to comment.