You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ur] macOS fix dylib version & enable color diagnostics
Update the `MAKE_LIBRARY_NAME` macro to match the library naming scheme
CMake uses when `VERSION` is specified on macOS, taking the form
`lib<name>.<version>.dylib`. Enable color diagnostics for AppleClang.
And disable the `CMAKE_FIND_FRAMEWORK` option so that in-tree dylibs are
correctly loaded.
0 commit comments