[pdal-commits] [PDAL/PDAL] 0d6661: CMake: make sure python library is in 2.x series

GitHub noreply at github.com
Sun Mar 16 06:54:19 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 0d66617598c1e827299d387e6317b46ba60e2ada
      https://github.com/PDAL/PDAL/commit/0d66617598c1e827299d387e6317b46ba60e2ada
  Author: Carl Simonson <simonsonc at gmail.com>
  Date:   2014-03-14 (Fri, 14 Mar 2014)

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

  Log Message:
  -----------
  CMake: make sure python library is in 2.x series

When looking up the python libraries, if you don't specify a minimum
version, it can pull in the python 3 libraries if not installed. Since
things don't build with python 3, make sure to restrict to the 2.x series.


  Commit: 25a5c4112ff1ade1021a169f648de6d87a6796ee
      https://github.com/PDAL/PDAL/commit/25a5c4112ff1ade1021a169f648de6d87a6796ee
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-03-16 (Sun, 16 Mar 2014)

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

  Log Message:
  -----------
  Merge pull request #252 from simonsonc/python-ver

CMake: make sure python library is in 2.x series


Compare: https://github.com/PDAL/PDAL/compare/55c129c47c65...25a5c4112ff1


More information about the pdal-commits mailing list