use Eigen Library
This commit is contained in:
parent
864fa0cf33
commit
13f4301ea2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
mkdir -p release
|
mkdir -p release
|
||||||
cd release
|
cd release
|
||||||
#cmake -DWITH_EIGEN=1 ..
|
cmake -DWITH_EIGEN=1 ..
|
||||||
cmake -DWITH_BOOST=1 ..
|
#cmake -DWITH_BOOST=1 ..
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Reference in a new issue