diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-18 04:42:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 13:42:40 -0700 |
| commit | f18e0b4387571ccf2ee1e0a16509289876ff72b7 (patch) | |
| tree | 73a82f459fb9ec3c412c65a16052a95318a492fb /scripts/cmake | |
| parent | 7bf7e816bdd1b9ad9149676aa5bf605f91c52137 (diff) | |
| download | vcpkg-f18e0b4387571ccf2ee1e0a16509289876ff72b7.tar.gz vcpkg-f18e0b4387571ccf2ee1e0a16509289876ff72b7.zip | |
[thrift] Update to 0.13.0 and fix OSX build (#11981)
Diffstat (limited to 'scripts/cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_find_acquire_program.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake index 9335c70c8..7ff260dc2 100644 --- a/scripts/cmake/vcpkg_find_acquire_program.cmake +++ b/scripts/cmake/vcpkg_find_acquire_program.cmake @@ -267,6 +267,9 @@ function(vcpkg_find_acquire_program VAR) set(PROGNAME bison) set(APT_PACKAGE_NAME bison) set(BREW_PACKAGE_NAME bison) + if (APPLE) + set(PATHS /usr/local/opt/bison/bin) + endif() endif() elseif(VAR MATCHES "GPERF") set(PROGNAME gperf) |
