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
# Set versioning properties for all backend libraries
277
-
set_target_properties(${backend} PROPERTIES
278
-
VERSION${GGML_VERSION}
279
-
SOVERSION${GGML_VERSION_MAJOR}
280
-
)
277
+
# Building a MODULE library with a version is not supported on macOS (https://gitlab.kitware.com/cmake/cmake/-/issues/20782)
0 commit comments