From d989835b5f954f8a033c28ab4a957b6b8694675b Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 26 Feb 2016 17:33:07 +0100 Subject: [PATCH] Fix build on Mac OS X. --- msbcg729/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msbcg729/CMakeLists.txt b/msbcg729/CMakeLists.txt index 4050fb5..cb54ab0 100644 --- a/msbcg729/CMakeLists.txt +++ b/msbcg729/CMakeLists.txt @@ -41,7 +41,7 @@ if(ENABLE_STATIC) endif() if(ENABLE_SHARED) add_library(msbcg729 MODULE $ $) - set_target_properties(msbcg729 PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 0) + set_target_properties(msbcg729 PROPERTIES SOVERSION 0) target_link_libraries(msbcg729 ${MEDIASTREAMER2_LIBRARIES}) if(MSVC) if(CMAKE_BUILD_TYPE STREQUAL "Debug")