[Liblas-commits] [libLAS/libLAS] 78ba6a: Various updates to cmake support

GitHub noreply at github.com
Sun Nov 16 08:03:35 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/libLAS/libLAS
  Commit: 78ba6ab7010024f662c9b9449d06f78df4891095
      https://github.com/libLAS/libLAS/commit/78ba6ab7010024f662c9b9449d06f78df4891095
  Author: Charles Karney <charles.karney at sri.com>
  Date:   2014-11-15 (Sat, 15 Nov 2014)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M cmake/CMakeLists.txt
    M cmake/liblas-config-version.cmake.in
    M cmake/liblas-config.cmake.in

  Log Message:
  -----------
  Various updates to cmake support

(1) Make building OSGEOG4W optional via BUILD_OSGEO4W flag.

(2) Try first a NO_MODULE call with all find_package calls, to find
packages with config-style cmake support first.

(3) Look for PROJ4 if GDAL is found.

(4) Look for JPEG and ZLIB if TIFF is found.

(5) Install liblas-config using install(PROGRAMS ...) command (otherwise
the permissions are wrong -- no write access by owner).

(5) Remove version number from directory where config files are written.
The presence of the version can cause an incompatible config file to be
found.

(6) Improve compatibility checking and error reporting in config version
file.

(7) Define libLAS_BINARY_DIRS (so that the dlls can be found by
fixup_bundle for packages which use libLAS).


  Commit: 6d44a947a5a21c21930a9d0eb79f46adbc6bc995
      https://github.com/libLAS/libLAS/commit/6d44a947a5a21c21930a9d0eb79f46adbc6bc995
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-11-16 (Sun, 16 Nov 2014)

  Changed paths:
    M CMakeLists.txt
    M apps/CMakeLists.txt
    M cmake/CMakeLists.txt
    M cmake/liblas-config-version.cmake.in
    M cmake/liblas-config.cmake.in

  Log Message:
  -----------
  Merge pull request #60 from cffk/cmake-fixes

Various updates to cmake support


Compare: https://github.com/libLAS/libLAS/compare/4021a231a888...6d44a947a5a2


More information about the Liblas-commits mailing list