Skip to content

Commit

Permalink
Fix shared lib creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaser committed Jan 4, 2021
1 parent 194e3c7 commit 6f421bf
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 @@ -61,7 +61,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
target_link_libraries(${PROJECT_NAME}
cereal)
if (BUILD_SHARED_LIBS)
set_property(TARGET ${PROJECT_NAME} PROPERTY SOVERSION = "7.0.0")
set_property(TARGET ${PROJECT_NAME} PROPERTY SOVERSION "7.0.0")
endif ()

if (spoa_generate_dispatch)
Expand Down

0 comments on commit 6f421bf

Please sign in to comment.