X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=ftdipp%2FCMakeLists.txt;h=fac5bcc4fabab698f931354e33f8f154b7b4636d;hb=c0182e62d7c607205652d7860e92618181b667de;hp=a9e3418682f39800167dff83b40cd0e20b6e205b;hpb=68d2167bc5ed5b87c4e41896647b7a25ca7c4062;p=libftdi 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