Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

fixed FindOGRE\nshould compile on tardis now

File:
1 edited

Legend:

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

    r39 r40  
    2424ELSE (WIN32) #Unix
    2525    FIND_PACKAGE(PkgConfig)
    26     PKG_SEARCH_MODULE(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) # 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.