[Liblas-commits] [libLAS/libLAS] 97a9c8: Fix library version and SONAME

GitHub noreply at github.com
Thu May 1 10:24:10 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 97a9c819200cf377eea0e77074945f0c6cc18fc1
      https://github.com/libLAS/libLAS/commit/97a9c819200cf377eea0e77074945f0c6cc18fc1
  Author: Bas Couwenberg <sebastic at xs4all.nl>
  Date:   2014-02-06 (Thu, 06 Feb 2014)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt

  Log Message:
  -----------
  Fix library version and SONAME

With the switch from autotools to CMake the library versioning was not adapted
correctly. (a11a5fb6c466f4a28a35462ac3d3a5725b6e81a0)

For autotools @-version-info N:N:N@ was used to set the library version, for
CMake the library version is incorrectly set as the SOVERSION instead. The
SOVERSION is an incrementing integer and is configured separately from the
library version.


  Commit: e36b4e9c6750a8242fffed207c62bb9e45093e66
      https://github.com/libLAS/libLAS/commit/e36b4e9c6750a8242fffed207c62bb9e45093e66
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
    M CMakeLists.txt
    M src/CMakeLists.txt

  Log Message:
  -----------
  Merge pull request #30 from sebastic/soversion

Fix library version and SONAME


Compare: https://github.com/libLAS/libLAS/compare/465eecfb21ae...e36b4e9c6750


More information about the Liblas-commits mailing list