Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Fixes LuaDist/libtiff#209
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Burau committed Feb 10, 2015
1 parent 3d1889d commit 99f23ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ set ( const const )
# Define to `__inline__' or `__inline' if that's what the C compiler
# calls it, or to nothing if 'inline' is not supported under any name.
#set ( inline ) # improve?
if( APPLE )
if( CMAKE_C_COMPILER_ID MATCHES "Clang" )
set( inline inline )
endif()
endif()

#Define to `long' if <sys/types.h> does not define.
#undef off_t
Expand Down

0 comments on commit 99f23ed

Please sign in to comment.