[pdal-commits] [PDAL/PDAL] 35898f: Specify languages in cmake project

GitHub noreply at github.com
Wed Dec 3 06:39:02 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 35898f989ce22570f28817581361266d544e54e9
      https://github.com/PDAL/PDAL/commit/35898f989ce22570f28817581361266d544e54e9
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  Specify languages in cmake project

If languages aren't specified, they *should* default to CXX and C, but
on a cmake 3.0.2 build on Red Hat the lack of explicit languages caused
cmake to not find my local gcc/g++ install and instead use the system
compilers. Very weird, I know, but this fixed the problem, I guess
there's no harm in explicitly stating the languages?


  Commit: 72513daeb7f44789fb5e56accdc2c379466bfcee
      https://github.com/PDAL/PDAL/commit/72513daeb7f44789fb5e56accdc2c379466bfcee
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
    M include/pdal/Metadata.hpp

  Log Message:
  -----------
  Metadata.hpp needs a <memory> include

I'm not sure why this wasn't picked up by Travis, but build failed on
red hat due to missing <memory> include.


  Commit: 02cb532cd5015ba2b053f21ff3ae93ac950b10b8
      https://github.com/PDAL/PDAL/commit/02cb532cd5015ba2b053f21ff3ae93ac950b10b8
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-12-03 (Wed, 03 Dec 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Metadata.hpp

  Log Message:
  -----------
  Merge pull request #632 from gadomski/red-hat-build-fixes

Two small fixes accumulated during a Red Hat buildout


Compare: https://github.com/PDAL/PDAL/compare/6906424a00f9...02cb532cd501


More information about the pdal-commits mailing list