Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9164 for code/trunk


Ignore:
Timestamp:
May 8, 2012, 9:35:36 PM (12 years ago)
Author:
jo
Message:

Possible fix for Ubuntu precise. Cmake runs without further errors. BUT: A c++ runtime error occurs concering cegui.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/tools/CheckOGREPlugins.cmake

    r8351 r9164  
    5252      NAMES ${_plugin}
    5353      PATHS $ENV{OGRE_HOME} $ENV{OGRE_PLUGIN_DIR}
    54       PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin Ogre.framework/Resources
     54      PATH_SUFFIXES bin/Release bin/release Release release lib lib/OGRE bin Ogre.framework/Resources i386-linux-gnu/OGRE-1.7.4
    5555    )
    5656    FIND_LIBRARY(OGRE_PLUGIN_${_plugin}_DEBUG
Note: See TracChangeset for help on using the changeset viewer.