lorensen / VTKExamples

The VTK examples, formerly hosted on media wiki
Apache License 2.0
344 stars 157 forks source link

Remove use of __APPLE_CC__ #619

Closed seanm closed 4 years ago

seanm commented 4 years ago

__APPLE_CC__ is an obsolete macro for clang version. Instead, conditionalize by platform, not compiler. Hoisted the same snippit from VTK itself.

ajpmaclean commented 4 years ago

Thankyou for this