X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=17b36173621bd9337b03e07a56f468d598ac208b;hp=9fd86a6d6b13583e4328df137a5e4c72e938290f;hb=db9c7eba8ff28219a33b5494a3d60aa487d87ef1;hpb=ae3d154b7641b120f537c6d86871371c9d75c9e9 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9fd86a6..17b3617 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -23,7 +23,7 @@ set(c_headers ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.h CACHE INTERNAL "List of c h add_library(ftdi1 SHARED ${c_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(ftdi1 PROPERTIES VERSION ${VERSION_FIXUP}.${MINOR_VERSION}.0 SOVERSION 2) # Prevent clobbering each other during the build set_target_properties ( ftdi1 PROPERTIES CLEAN_DIRECT_OUTPUT 1 )