fix for boost > 1.70

This commit is contained in:
Gwenhael Le Moine 2019-04-27 16:25:28 +02:00
parent c5c3d772bb
commit a8065b9bcf
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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