Skip to content

Commit

Permalink
ACF_BUILD_OGLES_GPGPU=ON
Browse files Browse the repository at this point in the history
override default acf package option in local config
  • Loading branch information
headupinclouds committed Jan 30, 2018
1 parent fc8a594 commit 6fe6a15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/drishti/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ hunter_config(
CMAKE_ARGS XGBOOST_USE_HALF=ON XGBOOST_USE_CEREAL=ON XGBOOST_DO_LEAN=ON
)

hunter_config(
acf
VERSION ${HUNTER_acf_VERSION}
CMAKE_ARGS ACF_BUILD_OGLES_GPGPU=ON
)

if(ANDROID)
# https://travis-ci.org/ingenue/hunter/jobs/287844545
# Will be fixed in Android NDK 17
Expand Down

0 comments on commit 6fe6a15

Please sign in to comment.