Fix cmake soversion (doesn't match autotools)
Thanks to Julien Schueller
This commit is contained in:
parent
1fe7c00e48
commit
0f77565a3c
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ IF(LIBUSB_FOUND)
|
|||
TARGET_LINK_LIBRARIES(nfc ${LIBUSB_LIBRARIES})
|
||||
ENDIF(LIBUSB_FOUND)
|
||||
|
||||
SET_TARGET_PROPERTIES(nfc PROPERTIES SOVERSION 0)
|
||||
SET_TARGET_PROPERTIES(nfc PROPERTIES SOVERSION 5 VERSION 5.0.1)
|
||||
|
||||
IF(WIN32)
|
||||
# Libraries that are windows specific
|
||||
|
|
Loading…
Reference in a new issue