Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: add soversion to libH5mdCore #3226

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/core/io/writer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ target_include_directories(H5mdCore SYSTEM PUBLIC
target_include_directories(H5mdCore PUBLIC SYSTEM ${HDF5_INCLUDE_DIRS})
target_link_libraries(H5mdCore PUBLIC EspressoConfig EspressoCore ${HDF5_LIBRARIES} MPI::MPI_CXX Boost::filesystem)
target_compile_definitions(H5mdCore PUBLIC H5XX_USE_MPI)
set_target_properties(H5mdCore PROPERTIES SOVERSION ${SOVERSION})
install(TARGETS H5mdCore LIBRARY DESTINATION ${PYTHON_INSTDIR}/espressomd)
endif()