Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Pass Boost_NO_BOOST_CMAKE=ON to CMake to get around linking errors fo…
Browse files Browse the repository at this point in the history
…r Boost 1.71 (fixes #5)
  • Loading branch information
ryanfb committed Nov 6, 2019
1 parent 980f3ab commit fd0310b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/alicevision.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def install
args = std_cmake_args

args << "-DCMAKE_BUILD_TYPE=Release"
args << "-DBoost_NO_BOOST_CMAKE=ON"
args << "-DALICEVISION_USE_OPENMP:BOOL=OFF"
args << "-DALICEVISION_USE_ALEMBIC:BOOL=ON"
args << "-DFLANN_INCLUDE_DIR_HINTS:PATH=#{Formula["flann"].opt_include}"
Expand Down

0 comments on commit fd0310b

Please sign in to comment.