Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 11, 2007, 12:44:43 PM (17 years ago)
Author:
nicolasc
Message:

rewriting cmakelists for taris

File:
1 edited

Legend:

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

    r32 r37  
    2525ELSE (WIN32) #Unix
    2626    FIND_PACKAGE(PkgConfig)
    27     PKG_SEARCH_MODULE(OIS OIS)
     27    PKG_SEARCH_MODULE(OIS OIS /usr/pack/ois-1.0-sd/i686-debian-linux3.1/lib/pkgconfig/) # tardis specific hack
    2828    SET(OIS_INCLUDE_DIR ${OIS_INCLUDE_DIRS})
    2929    SET(OIS_LIB_DIR ${OIS_LIBDIR})
Note: See TracChangeset for help on using the changeset viewer.