diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index ce8af4744b..5cd536db97 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -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) diff --git a/cmake/projects/acf/hunter.cmake b/cmake/projects/acf/hunter.cmake index 85f4fd450f..372550530d 100644 --- a/cmake/projects/acf/hunter.cmake +++ b/cmake/projects/acf/hunter.cmake @@ -9,7 +9,7 @@ include(hunter_cacheable) include(hunter_cmake_args) include(hunter_download) include(hunter_pick_scheme) - + hunter_add_version( PACKAGE_NAME acf @@ -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