UG4 / ugcore

The core functionality of UG4. Includes sources, build-scripts, and utility scripts.
https://github.com/UG4/ugcore
Other
36 stars 23 forks source link

UG doesn't build on macOS with Xcode 10.x #19

Closed miho closed 5 years ago

miho commented 5 years ago

It looks like libstdc++ is deprecated on newer macOS/Xcode versions. We should move to libc++ as suggested by clang.

miho commented 5 years ago

export CXXFLAGS="-stdlib=libc++" prior to calling cmake fixes this issue.