Skip to content

Commit

Permalink
Update CMakeLists.txt.export
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Mar 1, 2024
1 parent fe4ab09 commit 8c5d020
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 8c5d020

Please sign in to comment.