build with boost by default
This commit is contained in:
parent
394c9fc7cd
commit
6b5288f195
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
mkdir -p release
|
mkdir -p release
|
||||||
cd release
|
cd release
|
||||||
cmake ..
|
cmake -DWITH_BOOST=1 ..
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Reference in a new issue