Skip to content

Commit 4ca6f1c

Browse files
authored
Merge pull request #416 from loriab/loriab-patch-2
Add SOVERSION property to int2 target
2 parents d42c33f + 56195de commit 4ca6f1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

export/CMakeLists.txt.export

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ if (L2_BUILD_SHARED_LIBS)
366366
Libint2_VERSION "${LIBINT_VERSION}"
367367
Libint2_MAX_AM_ERI "${Libint2_MAX_AM_ERI}"
368368
Libint2_CONFIGURATION "${Libint2_CONFIG_COMPONENTS}"
369+
SOVERSION "${LIBINT_MAJOR_SO_VERSION}"
369370
)
370371
set_property(TARGET int-shared APPEND PROPERTY EXPORT_PROPERTIES "${export_properties}")
371372
if (APPLE)

0 commit comments

Comments
 (0)