[pdal-commits] [PDAL/PDAL] 79e304: Use consistent lowercase for Windows header files ...

Mosè Giordano noreply at github.com
Wed Mar 3 08:52:20 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 79e3045b6b073ba0b7fd4de0858de3fcb70a5ba2
      https://github.com/PDAL/PDAL/commit/79e3045b6b073ba0b7fd4de0858de3fcb70a5ba2
  Author: Mosè Giordano <giordano at users.noreply.github.com>
  Date:   2021-03-03 (Wed, 03 Mar 2021)

  Changed paths:
    M pdal/DynamicLibrary.cpp
    M pdal/util/FileUtils.hpp
    M vendor/arbiter/arbiter.cpp
    M vendor/kazhdan/MemoryUsage.h
    M vendor/kazhdan/PoissonRecon.h

  Log Message:
  -----------
  Use consistent lowercase for Windows header files (#3327)

Windows header files are used with inconsistent cases in the codebase.  When
building on a case-insensitive file system (common when doing native compilation
on Windows) this doesn't matter, but when using case-sensitive file
system (e.g., when cross-compiling on Linux) this leads to errors.




More information about the pdal-commits mailing list