Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2007, 11:35:38 PM (17 years ago)
Author:
anonymous
Message:

nicolasc: some modification, removed cegui-opengl as it is not working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindCEGUI.cmake

    r112 r113  
    2525ELSE (WIN32) #Unix
    2626    FIND_PACKAGE(PkgConfig)
    27     PKG_SEARCH_MODULE(CEGUI CEGUI CEGUI-OPENGL /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI.pc /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI_OPENGL.pc) # tardis specific hack
     27    PKG_SEARCH_MODULE(CEGUI CEGUI /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1/lib/pkgconfig/CEGUI.pc) # tardis specific hack
    2828    SET(CEGUI_INCLUDE_DIR ${CEGUI_INCLUDE_DIRS})
    2929    SET(CEGUI_LIB_DIR ${CEGUI_LIBDIR})
Note: See TracChangeset for help on using the changeset viewer.