X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2FCMakeLists.txt;h=fac5bcc4fabab698f931354e33f8f154b7b4636d;hp=a9e3418682f39800167dff83b40cd0e20b6e205b;hb=db9c7eba8ff28219a33b5494a3d60aa487d87ef1;hpb=ae3d154b7641b120f537c6d86871371c9d75c9e9 diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt index a9e3418..fac5bcc 100644 --- a/ftdipp/CMakeLists.txt +++ b/ftdipp/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories(${Boost_INCLUDE_DIRS}) # Shared library add_library(ftdipp1 SHARED ${cpp_sources}) -math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1") # Compatiblity with previous releases +math(EXPR VERSION_FIXUP "${MAJOR_VERSION} + 1") # Compatibility with previous releases set_target_properties(ftdipp1 PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 3) # Prevent clobbering each other during the build