Merge pull request #100 from marco-tranzatto/fix/arguments_set_target_properties
build: fix error set_target_properties called with incorrect arguments number
This commit is contained in:
commit
33f6260478
|
@ -19,8 +19,8 @@ option(DISABLE_CRYPTO "Do not build uvgRTP with crypto enabled" OFF)
|
|||
|
||||
add_library(${PROJECT_NAME})
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||
SOVERSION ${PROJECT_VERSION_MAJOR}
|
||||
VERSION ${LIBRARY_VERSION}
|
||||
SOVERSION "${PROJECT_VERSION_MAJOR}"
|
||||
VERSION "${LIBRARY_VERSION}"
|
||||
)
|
||||
set(UVGRTP_CXX_FLAGS "")
|
||||
set(UVGRTP_LINKER_FLAGS "")
|
||||
|
|
Loading…
Reference in New Issue