Merge branch 'master' into format

This commit is contained in:
Thomas Fussell 2020-02-08 12:03:40 -05:00
commit 53b2853ae3
No known key found for this signature in database
GPG Key ID: B0BA09F5229A9D10

View File

@ -163,7 +163,7 @@ if(NOT STATIC)
target_compile_definitions(xlnt PRIVATE XLNT_SHARED=1)
# Set SO version (for symbolic links like libxlnt.so.1.2 and libxlnt.so.1)
# Set SO version (for symbolic links like libxlnt.so.1.4 and libxlnt.so.1)
set_target_properties(xlnt
PROPERTIES
VERSION ${PROJECT_VERSION}