[pdal-commits] [PDAL/PDAL] 3a82ff: Allow fresh cmake builds w/o geotiff
GitHub
noreply at github.com
Fri Mar 27 17:40:11 PDT 2015
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 3a82ffbc6844601e6397c84b624f2406224e118e
https://github.com/PDAL/PDAL/commit/3a82ffbc6844601e6397c84b624f2406224e118e
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
M cmake/geotiff.cmake
M src/CMakeLists.txt
M test/unit/CMakeLists.txt
Log Message:
-----------
Allow fresh cmake builds w/o geotiff
If WITH_GEOTIFF was set to off, a fresh cmake would fail because
always-used variabled GEOTIFF_LIBRARY and GEOTIFF_INCLUDE_DIRS were set
to *-Notfound. This patch moves the use of those variables inside
conditionals.
Commit: da41bb3424822c82ef176eb330b6e0f18aa08dd3
https://github.com/PDAL/PDAL/commit/da41bb3424822c82ef176eb330b6e0f18aa08dd3
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2015-03-27 (Fri, 27 Mar 2015)
Changed paths:
M cmake/geotiff.cmake
M src/CMakeLists.txt
M test/unit/CMakeLists.txt
Log Message:
-----------
Merge pull request #852 from PDAL/geotiff-optional-cmake
Allow fresh cmake builds w/o geotiff
Compare: https://github.com/PDAL/PDAL/compare/986f0487f10b...da41bb342482
More information about the pdal-commits
mailing list