diff --git a/CMakeLists.txt b/CMakeLists.txt index 95aa90d..7064c0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -881,7 +881,7 @@ else () set_target_properties(dracodec PROPERTIES SOVERSION 1) set_target_properties(dracoenc PROPERTIES SOVERSION 1) set_target_properties(draco PROPERTIES SOVERSION 1) - if (BUILD_UNITY_PLUGIN) + if (BUILD_UNITY_PLUGIN AND (NOT APPLE)) set_target_properties(dracodec_unity PROPERTIES SOVERSION 1) endif () endif ()