Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8054


Ignore:
Timestamp:
Mar 10, 2011, 4:32:38 PM (13 years ago)
Author:
rgrieder
Message:

Hopefully this fixed the OS X build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/OrxonoxConfig.cmake

    r8046 r8054  
    6969ENDIF(MSVC)
    7070
    71 # Check iso646.h include (literal operators)
     71# Check some non standard system includes
    7272INCLUDE(CheckIncludeFileCXX)
    7373CHECK_INCLUDE_FILE_CXX(iso646.h HAVE_ISO646_H)
     74CHECK_INCLUDE_FILE_CXX(stdint.h HAVE_STDINT_H)
    7475
    7576# Part of a woraround for OS X warnings. See OrxonoxConfig.h.in
Note: See TracChangeset for help on using the changeset viewer.