Fix cmake soversion (doesn't match autotools)

Thanks to Julien Schueller
This commit is contained in:
Romuald Conty 2015-04-15 17:19:42 +02:00
parent 1fe7c00e48
commit 0f77565a3c

View file

@ -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