[pdal-commits] [PDAL/PDAL] 81ed70: Clean up zlib's cmake logic
GitHub
noreply at github.com
Fri Oct 24 15:24:58 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 81ed70169a4f3b466df26fd1fbe5dc1b0e1efdf2
https://github.com/PDAL/PDAL/commit/81ed70169a4f3b466df26fd1fbe5dc1b0e1efdf2
Author: Pete Gadomski <pete.gadomski at gmail.com>
Date: 2014-10-24 (Fri, 24 Oct 2014)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
Log Message:
-----------
Clean up zlib's cmake logic
Previously, we still only linked against zlib if the cmake variable
WITH_ZLIB was true, but now that zlib is a required dependency, we
should always link against its libraries.
Additionally, use the REQUIRED flag for the zlib find_package.
Commit: 4fd0a328c44ad789655c3fd2b0d0cb1760f7c55b
https://github.com/PDAL/PDAL/commit/4fd0a328c44ad789655c3fd2b0d0cb1760f7c55b
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-10-24 (Fri, 24 Oct 2014)
Changed paths:
M CMakeLists.txt
M src/CMakeLists.txt
Log Message:
-----------
Merge pull request #546 from gadomski/cmake-zlib
Clean up cmake's zlib logic
Compare: https://github.com/PDAL/PDAL/compare/e7cf30f10375...4fd0a328c44a
More information about the pdal-commits
mailing list