Fix Linux build removing the need of installing SL2 for Recast

This commit is contained in:
bernatx 2019-06-14 14:08:40 +02:00 committed by Néstor Subirón
parent c3d160dfde
commit 593d5d615b
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ else
cmake -G "Ninja" \
-DCMAKE_CXX_FLAGS="-std=c++14 -fPIC" \
-DCMAKE_INSTALL_PREFIX="../${RECAST_BASENAME}-install" \
-DRECASTNAVIGATION_DEMO=False \
-DRECASTNAVIGATION_TEST=False \
../${RECAST_BASENAME}-source
ninja