Skip to content

Commit

Permalink
Merge remote-tracking branch 'debichem/cmake-soname' into v2.8.x
Browse files Browse the repository at this point in the history
# Conflicts:
#	export/cmake/CMakeLists.txt.export
  • Loading branch information
evaleev committed Dec 19, 2023
2 parents 705fe07 + 889fd74 commit d9eacb8
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 @@ -242,7 +242,7 @@ endif()
# shared and static libraries built from the same object files
if (LIBINT2_BUILD_SHARED_AND_STATIC_LIBS)
add_library(libint2 SHARED $<TARGET_OBJECTS:libint2_obj>)
set_target_properties(libint2 PROPERTIES LIBRARY_OUTPUT_NAME int2)
set_target_properties(libint2 PROPERTIES LIBRARY_OUTPUT_NAME int2 VERSION ${LIBINT_VERSION} SOVERSION 2)
if(MSVC)
target_compile_definitions(libint2 PUBLIC _USE_MATH_DEFINES)
target_compile_options(libint2 PUBLIC "/EHsc")
Expand Down

0 comments on commit d9eacb8

Please sign in to comment.