Skip to content

Commit

Permalink
Also fix the SOVERSION for benchmark_main
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jul 19, 2022
1 parent d4bc509 commit d845b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ add_library(benchmark::benchmark_main ALIAS benchmark_main)
set_target_properties(benchmark_main PROPERTIES
OUTPUT_NAME "benchmark_main"
VERSION ${GENERIC_LIB_VERSION}
SOVERSION 2
SOVERSION ${GENERIC_LIB_SOVERSION}
DEFINE_SYMBOL benchmark_EXPORTS
)
target_link_libraries(benchmark_main PUBLIC benchmark::benchmark)
Expand Down

0 comments on commit d845b7b

Please sign in to comment.