diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-11-04 15:10:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 23:10:51 -0800 |
| commit | 74ae197d7b333d9e2c19a058f3c88aabffdfdff4 (patch) | |
| tree | b2d7736f08f89264ccdd64d8048918023064bd38 /ports/pdal/portfile.cmake | |
| parent | 5c36967f365db6daf07a6e3d192814f6b9d6104c (diff) | |
| download | vcpkg-74ae197d7b333d9e2c19a058f3c88aabffdfdff4.tar.gz vcpkg-74ae197d7b333d9e2c19a058f3c88aabffdfdff4.zip | |
[kenlm, pdal] Fix const overload on Visual Studio 2019 version 16.8 (#14382)
Diffstat (limited to 'ports/pdal/portfile.cmake')
| -rw-r--r-- | ports/pdal/portfile.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/pdal/portfile.cmake b/ports/pdal/portfile.cmake index 44654a4eb..b6c503d16 100644 --- a/ports/pdal/portfile.cmake +++ b/ports/pdal/portfile.cmake @@ -17,6 +17,7 @@ vcpkg_extract_source_archive_ex( fix-dependency.patch libpq.patch fix-CPL_DLL.patch + 0004-fix-const-overloaded.patch ) file(REMOVE "${SOURCE_PATH}/pdal/gitsha.cpp") |
