toptobes opened a new pull request, #586:
URL: https://github.com/apache/cassandra-cpp-driver/pull/586

   With [CMake 3.0](https://cmake.org/cmake/help/latest/policy/CMP0025.html), 
`AppleClang` is now a separate compiler target which needs to be explicitly 
accounted for to allow the driver to easily be built on Mac, and as per further 
discussion with Brett, we've decided to allow [all clang variants 
here](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER_ID.html#variable:CMAKE_%3CLANG%3E_COMPILER_ID)
 using `"${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang$"`, and if any of them end up 
having any unfortunate issues with flag compatibility, we can deal with them on 
a case-by-case basis


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to