Skip to content

Commit

Permalink
fix for boost config file ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed May 8, 2019
1 parent 6935e66 commit cbdea9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/install_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ tar xvf v0.11 > /dev/null 2>&1
cd piranha-0.11
mkdir build
cd build
cmake ../ > /dev/null
cmake -DBoost_NO_BOOST_CMAKE=ON ../ > /dev/null
make install > /dev/null 2>&1
cd ..

# Install audi headers
cd /audi
mkdir build_audi
cd build_audi
cmake -DAUDI_BUILD_AUDI=yes \
cmake -DBoost_NO_BOOST_CMAKE=ON \
-DAUDI_BUILD_AUDI=yes \
-DAUDI_BUILD_TESTS=no \
-DCMAKE_BUILD_TYPE=Release ../
make install
Expand Down

0 comments on commit cbdea9f

Please sign in to comment.