Skip to content

Commit

Permalink
Follow libtool soversion convention
Browse files Browse the repository at this point in the history
  • Loading branch information
matwey committed Jan 5, 2024
1 parent 04aaeda commit c87acc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ add_dependencies(openvizsla generated_gperf)
# If any interfaces have been removed or changed since the last public release,
# then set age to 0.
#
# set_target_properties(openvizsla PROPERTIES VERSION c.r.a SOVERSION c)
# set_target_properties(openvizsla PROPERTIES VERSION c-a.a.r SOVERSION c-a)
#
set_target_properties(openvizsla PROPERTIES VERSION 2.0.1 SOVERSION 2)
target_compile_definitions(openvizsla PUBLIC "_XOPEN_SOURCE;_XOPEN_SOURCE_EXTENDED")
Expand Down

0 comments on commit c87acc3

Please sign in to comment.