Skip to content

Commit

Permalink
Merge pull request #184 from mariadb-corporation/bb-3.1-MDEV-19129
Browse files Browse the repository at this point in the history
Xcode compatibility update
  • Loading branch information
vaintroub committed Oct 18, 2021
2 parents 9e1b3f5 + 899d2d2 commit 735a729
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libmariadb/CMakeLists.txt
Expand Up @@ -315,6 +315,9 @@ ELSE()
IF(NOT CMAKE_SYSTEM_NAME MATCHES AIX)
ADD_DEFINITIONS(-DLIBICONV_PLUG)
ENDIF()
IF(APPLE)
ADD_DEFINITIONS(-Wno-deprecated-declarations)
ENDIF()
ENDIF()

IF(ZLIB_FOUND AND WITH_EXTERNAL_ZLIB)
Expand Down

0 comments on commit 735a729

Please sign in to comment.