trunk: fix cmake Release build

This commit is contained in:
Marian Krivos 2012-02-10 16:22:58 +00:00
parent a3a9b10b5e
commit 980acfc1b2

View File

@ -14,7 +14,7 @@ make install
rm -rf CMakeCache.txt
cmake ../. $1 $2 $3 $4 $5
cmake ../. -DCMAKE_BUILD_TYPE=Release $1 $2 $3 $4 $5
make -j3
make install