fix for boost > 1.70
This commit is contained in:
parent
c5c3d772bb
commit
a8065b9bcf
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ esac
|
|||
|
||||
./acprep pull
|
||||
|
||||
./acprep --prefix=/usr $PYTHON opt config -- -DUSE_DOXYGEN=ON # -DUSE_PYTHON=ON
|
||||
./acprep --prefix=/usr $PYTHON opt config -- -DUSE_DOXYGEN=ON -DBoost_NO_BOOST_CMAKE=ON # -DUSE_PYTHON=ON
|
||||
|
||||
./acprep --prefix=/usr $PYTHON opt make || exit 1
|
||||
./acprep --prefix=/usr $PYTHON opt -- make install DESTDIR=$PKG || exit 1
|
||||
|
|
Loading…
Reference in a new issue