Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

FIXED: Properly identify AppleClang as Clang #146

Closed
wants to merge 1 commit into from

Conversation

ryandesign
Copy link
Contributor

multimarkdown 6.4.0 fails to build on macOS with the version of Clang included in Xcode:

fatal error: bracket nesting level exceeded maximum of 256

CMakeLists.txt contains code to increase the bracket nesting level for open-source Clang; this should be extended to do the same for Apple Clang. This PR does that.

@ryandesign ryandesign changed the title Properly identify AppleClang as Clang FIXED: Properly identify AppleClang as Clang Sep 8, 2018
@fletcher
Copy link
Owner

fletcher commented Sep 8, 2018

How are you building? Works fine for me.

@ryandesign
Copy link
Contributor Author

I'm building with MacPorts, which sets several flags globally for all ports, including -DCMAKE_POLICY_DEFAULT_CMP0025=NEW for all cmake ports. See https://cmake.org/cmake/help/v3.0/policy/CMP0025.html.

@fletcher fletcher closed this in 24c5f5f Sep 8, 2018
@fletcher
Copy link
Owner

fletcher commented Sep 8, 2018

Thanks!

@ryandesign ryandesign deleted the AppleClang branch September 8, 2018 03:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants