feat(CI): add macOS to our CI (#3321)

Co-Authored-By: Meerd <meerd@users.noreply.github.com>
This commit is contained in:
Francesco Borzì
2020-08-21 12:19:02 +02:00
committed by GitHub
parent ed8ed175b7
commit 2ad98c573a
4 changed files with 58 additions and 0 deletions

View File

@@ -98,6 +98,9 @@ set(ACE_EXPECTED_VERSION 6.0.3)
find_package(PCHSupport)
find_package(ACE REQUIRED)
if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_definitions(-DACE_LACKS_AUTO_PTR=1)
endif()
find_package(MySQL REQUIRED)
if(UNIX AND WITH_PERFTOOLS)