Skip to content

Commit

Permalink
Merge branch 'master' into format
Browse files Browse the repository at this point in the history
  • Loading branch information
tfussell committed Feb 8, 2020
2 parents 39503e8 + 85e6878 commit 53b2853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Expand Up @@ -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}
Expand Down

0 comments on commit 53b2853

Please sign in to comment.