criteo / mesos-external-container-logger

Mesos container logger module for logging to processes, backported from MESOS-6003
Other
13 stars 11 forks source link

Stop versioning .so file #8

Closed kamaradclimber closed 4 years ago

kamaradclimber commented 4 years ago

We don't really need it since only mesos will use the module and mesos is not built against a specific version of this module so interface is not really a problem

Change-Id: I1bb40b3a657ea87332505467c2790919203873aa

Lqp1 commented 4 years ago

If we wanted to keep versionning: https://cmake.org/cmake/help/v3.0/command/set_target_properties.html SOVERSION and VERSION properties are the way to do it and make the symlink generate automatically.

kamaradclimber commented 4 years ago

I think we don't want to keep versioning in the long run