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/LibraryConfig.cmake

    r11113 r11278  
    5353    # Let CMake automatically download and extract the dependency package on Mac OS X
    5454    # TODO: Handle download errors and always select newest package
    55     SET(_dep_package_current "OrxonoxDeps_110428_2.0_OSX.tar.bz2")
     55    SET(_dep_package_current "OrxonoxDeps_110530_3.0_OSX.tar.bz2")
    5656    SET(_dep_package_url "http://svn.orxonox.net/ogre/apple/precompiled_dependencies")
    5757    MESSAGE(STATUS "Downloading Mac OS X dependency package.")
     
    159159##### Boost #####
    160160# Expand the next statement if newer boost versions are released
     161SET(Boost_USE_MULTITHREADED OFF) # on newer version -mt is dropped
    161162SET(Boost_ADDITIONAL_VERSIONS 1.40 1.40.0 1.41 1.41.0 1.42 1.42.0 1.43 1.43.0
    162163                              1.44 1.44.0 1.45 1.45.0 1.46 1.46.0 1.46.1 1.49.0
    163                               1.53.0)
     164                          1.53.0)
    164165FIND_PACKAGE(Boost 1.40 REQUIRED thread filesystem system date_time)
    165166# No auto linking, so this option is useless anyway
     
    213214# Note 2: Render systems are found automatically (at least one required)
    214215CHECK_OGRE_PLUGINS("Plugin_ParticleFX" "Plugin_CgProgramManager")
    215 
Note: See TracChangeset for help on using the changeset viewer.