[Liblas-commits] [libLAS/libLAS] 69c3cf: Changes to cmake configuration (roughly in order o...
GitHub
noreply at github.com
Fri Oct 5 13:08:21 PDT 2012
Branch: refs/heads/master
Home: https://github.com/libLAS/libLAS
Commit: 69c3cf77aedb2dd85c31badbbe923e548bd35e16
https://github.com/libLAS/libLAS/commit/69c3cf77aedb2dd85c31badbbe923e548bd35e16
Author: Charles Karney <charles.karney at sri.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
A cmake/CMakeLists.txt
A cmake/liblas-config-version.cmake.in
A cmake/liblas-config.cmake.in
M cmake/modules/FindGeoTIFF.cmake
M src/CMakeLists.txt
Log Message:
-----------
Changes to cmake configuration (roughly in order of importance):
(1) Add support for find_package(libLAS). Installation adds a file
liblas-config.cmake to the installation tree and find_package will use
this to determine the include directories and library paths.
(2) Fix FindGeoTIFF.cmake so that it works for Linux (PATH_PREFIXES
should be PATH_SUFFIXES and libgeotiff needs to be searched as well as
geotiff).
(3) Remove -pedantic compilation option for Unix because it causes
compilation to fail with boost 1.15.0 under Linux (because of a comma at
the end of an enum list).
(4) Add runtime library path to libLAS utilities for Unix.
(5) Remove -Wcast-qual, -Wfloat-equal, and -Wredundant-decls compilation
options for Unix to reduce the number of compilation warnings.
Commit: ce075c4e7dc182f02f09ca1551ba3dc78dd50a5d
https://github.com/libLAS/libLAS/commit/ce075c4e7dc182f02f09ca1551ba3dc78dd50a5d
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-10-05 (Fri, 05 Oct 2012)
Changed paths:
M CMakeLists.txt
M apps/CMakeLists.txt
A cmake/CMakeLists.txt
A cmake/liblas-config-version.cmake.in
A cmake/liblas-config.cmake.in
M cmake/modules/FindGeoTIFF.cmake
M src/CMakeLists.txt
Log Message:
-----------
Merge pull request #13 from cffk/master
Patches to cmake configuration for libLAS 1.7.0
Compare: https://github.com/libLAS/libLAS/compare/9136af864013...ce075c4e7dc1
More information about the Liblas-commits
mailing list