Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11117 for code/trunk/cmake


Ignore:
Timestamp:
Feb 15, 2016, 10:54:29 PM (8 years ago)
Author:
landauf
Message:

preparing for CEGUI 0.8

Location:
code/trunk/cmake
Files:
2 edited

Legend:

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

    r11113 r11117  
    2929
    3030  INCLUDE(CheckPackageVersion)
    31   CHECK_PACKAGE_VERSION(7.1)
     31  CHECK_PACKAGE_VERSION(7.1 8.0)
    3232
    3333  # 64 bit system?
  • code/trunk/cmake/tools/FindCEGUI.cmake

    r11101 r11117  
    106106# Find CEGUI Tolua++ libraries
    107107FIND_LIBRARY(CEGUI_TOLUA_LIBRARY_OPTIMIZED
    108   NAMES CEGUItoluapp tolua++ ceguitolua++ tolua++5.1
     108  NAMES CEGUItoluapp tolua++ toluapp ceguitolua++ tolua++5.1
    109109  PATHS $ENV{CEGUIDIR} ${CEGUITOLUADIR}
    110110  PATH_SUFFIXES lib bin
Note: See TracChangeset for help on using the changeset viewer.