From: <pat...@us...> - 2016-05-29 05:32:37
|
Revision: 406 http://sourceforge.net/p/simspark/svn/406 Author: patmac369 Date: 2016-05-29 05:32:35 +0000 (Sun, 29 May 2016) Log Message: ----------- Adding additional directory to seach for ODE libraries so that they can be found in the default location on Ubuntu 16.04. Modified Paths: -------------- trunk/spark/cmake/FindODE.cmake Modified: trunk/spark/cmake/FindODE.cmake =================================================================== --- trunk/spark/cmake/FindODE.cmake 2016-05-29 05:27:56 UTC (rev 405) +++ trunk/spark/cmake/FindODE.cmake 2016-05-29 05:32:35 UTC (rev 406) @@ -97,6 +97,7 @@ ${ODE_CONFIG_PREFIX}/lib /usr/lib /usr/lib64 + /usr/lib/x86_64-linux-gnu /usr/local/lib $ENV{ODE_HOME}/lib C:/library/ode/lib/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |