aboutsummaryrefslogtreecommitdiff
path: root/ports/kenlm/portfile.cmake
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-11-04 15:10:51 +0800
committerGitHub <noreply@github.com>2020-11-03 23:10:51 -0800
commit74ae197d7b333d9e2c19a058f3c88aabffdfdff4 (patch)
treeb2d7736f08f89264ccdd64d8048918023064bd38 /ports/kenlm/portfile.cmake
parent5c36967f365db6daf07a6e3d192814f6b9d6104c (diff)
downloadvcpkg-74ae197d7b333d9e2c19a058f3c88aabffdfdff4.tar.gz
vcpkg-74ae197d7b333d9e2c19a058f3c88aabffdfdff4.zip
[kenlm, pdal] Fix const overload on Visual Studio 2019 version 16.8 (#14382)
Diffstat (limited to 'ports/kenlm/portfile.cmake')
-rw-r--r--ports/kenlm/portfile.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/kenlm/portfile.cmake b/ports/kenlm/portfile.cmake
index 38fe9652f..ad0c5c6c9 100644
--- a/ports/kenlm/portfile.cmake
+++ b/ports/kenlm/portfile.cmake
@@ -6,7 +6,9 @@ vcpkg_from_github(
REF 1f054617eca14eae921e987b4b4eeb2b1d91de6b
SHA512 c18f9c22fbbb1f54ebe9c3b771fb2d7c09d502141d1b3645cff9db44cc51b3c976311ff0db79b60f410622579d043f185c56a4c7386e1b0ba8708e433238968b
HEAD_REF master
- PATCHES fix-boost.patch
+ PATCHES
+ fix-boost.patch
+ fix-const-overloaded.patch
)
file(REMOVE ${SOURCE_PATH}/cmake/modules/FindEigen3.cmake)