Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2011, 5:42:23 PM (13 years ago)
Author:
rgrieder
Message:

Cleaned up threading library linking for OGRE. please test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/cmake/PackageConfigOSX.cmake

    r8121 r8123  
    4949SET(ENV{OGRE_PLUGIN_DIR} ${DEP_BINARY_DIR})
    5050
     51# Linking to OGRE requires linking to the boost threading library
     52SET(OGRE_NEEDS_BOOST TRUE)
     53
    5154# For OS X 10.5 we have to ship modified headers to make it compile
    5255# on gcc >= 4.2 (binaries stay the same)
Note: See TracChangeset for help on using the changeset viewer.