Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 8, 2016, 9:05:10 AM (7 years ago)
Author:
ahedges
Message:

comment out some stuff and update the cmake file for macOS 10.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/cmake/tools/FindCEGUI.cmake

    r11117 r11278  
    9191)
    9292
     93MESSAGE("Looking for ceguitolua++")
     94MESSAGE(${DEP_INCLUDE_DIR})
     95
    9396# Find CEGUI Tolua++ include file
    9497# We only need to add this path since we use tolua++ like a normal
     
    99102    # For newer CEGUI versions >= 0.7
    100103    ${CEGUILUA_INCLUDE_DIR}/support/tolua++
    101     ${DEP_INCLUDE_DIR}/tolua++/include
    102     # For Mac OS X, tolua++ is a separate framework in the dependency package
    103     ${DEP_FRAMEWORK_DIR}
     104    ${DEP_INCLUDE_DIR}/tolua++
    104105  NO_DEFAULT_PATH # Don't attempt to find tolua++ installed on the system
    105106)
Note: See TracChangeset for help on using the changeset viewer.