Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 11, 2007, 5:37:25 PM (17 years ago)
Author:
nicolasc
Message:

bump

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/Tutorial/cmake/FindOGRE.cmake

    r40 r41  
    2424ELSE (WIN32) #Unix
    2525    FIND_PACKAGE(PkgConfig)
    26     PKG_SEARCH_MODULE(OGRE OGRE /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig) # tardis specific hack
     26    PKG_SEARCH_MODULE(OGRE OGRE /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/pkgconfig/OGRE.pc) # tardis specific hack
    2727    SET(OGRE_INCLUDE_DIR ${OGRE_INCLUDE_DIRS})
    2828    SET(OGRE_LIB_DIR ${OGRE_LIBDIR})
Note: See TracChangeset for help on using the changeset viewer.