Skip to content

Commit

Permalink
Merge pull request #331 from evaleev/loriab-patch-1
Browse files Browse the repository at this point in the history
add soversion to lone shared lib
  • Loading branch information
evaleev authored Mar 4, 2024
2 parents 112ed04 + 8c5d020 commit c0115e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion export/cmake/CMakeLists.txt.export
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ if (LIBINT2_BUILD_SHARED_AND_STATIC_LIBS)
else()
add_library(libint2 $<TARGET_OBJECTS:libint2_obj>)
if (BUILD_SHARED_LIBS)
set_target_properties(libint2 PROPERTIES LIBRARY_OUTPUT_NAME int2)
set_target_properties(libint2 PROPERTIES LIBRARY_OUTPUT_NAME int2 VERSION ${LIBINT_VERSION} SOVERSION 2)
else(BUILD_SHARED_LIBS)
set_target_properties(libint2 PROPERTIES ARCHIVE_OUTPUT_NAME int2)
endif(BUILD_SHARED_LIBS)
Expand Down

0 comments on commit c0115e1

Please sign in to comment.