remove mo package dependency

This commit is contained in:
Pierre Savéant 2012-07-18 11:50:29 +02:00
commit 7a47fd55b9
8 changed files with 9 additions and 8 deletions

View file

@ -2,6 +2,7 @@
mkdir -p release
cd release
cmake ..
#cmake -DWITH_EIGEN=1 ..
cmake -DWITH_BOOST=1 ..
make
cd ..