[Orxonox-commit 4493] r9164 - code/trunk/cmake/tools
jo at orxonox.net
jo at orxonox.net
Tue May 8 21:35:36 CEST 2012
Author: jo
Date: 2012-05-08 21:35:36 +0200 (Tue, 08 May 2012)
New Revision: 9164
Modified:
code/trunk/cmake/tools/CheckOGREPlugins.cmake
Log:
Possible fix for Ubuntu precise. Cmake runs without further errors. BUT: A c++ runtime error occurs concering cegui.
Modified: code/trunk/cmake/tools/CheckOGREPlugins.cmake
===================================================================
--- code/trunk/cmake/tools/CheckOGREPlugins.cmake 2012-05-07 22:00:39 UTC (rev 9163)
+++ code/trunk/cmake/tools/CheckOGREPlugins.cmake 2012-05-08 19:35:36 UTC (rev 9164)
@@ -51,7 +51,7 @@
FIND_LIBRARY(OGRE_PLUGIN_${_plugin}_OPTIMIZED
NAMES ${_plugin}
PATHS $ENV{OGRE_HOME} $ENV{OGRE_PLUGIN_DIR}
- PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin Ogre.framework/Resources
+ PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin Ogre.framework/Resources i386-linux-gnu/OGRE-1.7.4
)
FIND_LIBRARY(OGRE_PLUGIN_${_plugin}_DEBUG
NAMES ${_plugin}d ${_plugin}_d ${_plugin}
More information about the Orxonox-commit
mailing list