Closed scivision closed 1 year ago
Following up on issue https://github.com/cburstedde/p4est/issues/174
This populates target libsc VERSION, that also populates shared library SOVERSION. This allows for a future integer SOVERSION if ever desired.
fixes https://github.com/cburstedde/p4est/issues/174
example: cmake -DBUILD_SHARED_LIBS=on on Linux results in binaries: libsc.so libsc.so.2.8.3.999
cmake -DBUILD_SHARED_LIBS=on
CMake build with SOVERSION
Following up on issue https://github.com/cburstedde/p4est/issues/174
This populates target libsc VERSION, that also populates shared library SOVERSION. This allows for a future integer SOVERSION if ever desired.
fixes https://github.com/cburstedde/p4est/issues/174
example:
cmake -DBUILD_SHARED_LIBS=on
on Linux results in binaries: libsc.so libsc.so.2.8.3.999