[Orxonox-commit 3366] r8054 - code/branches/mac_osx/src
rgrieder at orxonox.net
rgrieder at orxonox.net
Thu Mar 10 16:32:39 CET 2011
Author: rgrieder
Date: 2011-03-10 16:32:38 +0100 (Thu, 10 Mar 2011)
New Revision: 8054
Modified:
code/branches/mac_osx/src/OrxonoxConfig.cmake
Log:
Hopefully this fixed the OS X build.
Modified: code/branches/mac_osx/src/OrxonoxConfig.cmake
===================================================================
--- code/branches/mac_osx/src/OrxonoxConfig.cmake 2011-03-10 15:09:56 UTC (rev 8053)
+++ code/branches/mac_osx/src/OrxonoxConfig.cmake 2011-03-10 15:32:38 UTC (rev 8054)
@@ -68,9 +68,10 @@
CHECK_CXX_SOURCE_COMPILES("${_source}" HAVE_FORCEINLINE)
ENDIF(MSVC)
-# Check iso646.h include (literal operators)
+# Check some non standard system includes
INCLUDE(CheckIncludeFileCXX)
CHECK_INCLUDE_FILE_CXX(iso646.h HAVE_ISO646_H)
+CHECK_INCLUDE_FILE_CXX(stdint.h HAVE_STDINT_H)
# Part of a woraround for OS X warnings. See OrxonoxConfig.h.in
SET(ORX_HAVE_STD_INT ${HAVE_STDINT_H})
More information about the Orxonox-commit
mailing list