aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Lajoie <dada@typicus.org>2017-07-04 03:30:13 -0400
committerStephane Lajoie <dada@typicus.org>2017-07-04 03:30:13 -0400
commit91a526d0eae8025354c2c9c4029df442d30c0e9e (patch)
treece05ce8ed192be0d96d3761015abd471cfb999b7
parenta2fc99fa3106f9cfe9cb810c89413ddd5f3a0d11 (diff)
downloadvcpkg-91a526d0eae8025354c2c9c4029df442d30c0e9e.tar.gz
vcpkg-91a526d0eae8025354c2c9c4029df442d30c0e9e.zip
Disable ABI breaking checks.
-rw-r--r--ports/llvm/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/llvm/portfile.cmake b/ports/llvm/portfile.cmake
index c3c6121a2..bd629e0c3 100644
--- a/ports/llvm/portfile.cmake
+++ b/ports/llvm/portfile.cmake
@@ -27,9 +27,10 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
+ -DLLVM_TARGETS_TO_BUILD=X86
-DLLVM_BUILD_TOOLS=OFF
-DLLVM_BUILD_UTILS=OFF
- -DLLVM_TARGETS_TO_BUILD=X86
+ -DLLVM_ABI_BREAKING_CHECKS=FORCE_OFF
)
vcpkg_install_cmake()