diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-04 20:58:50 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-06 17:24:46 -0700 |
| commit | e6ed2f89027bd35744f0522c49643449ee12ee33 (patch) | |
| tree | b84415d270540bb16fae5c1d4fdda2bc30c88a19 /scripts | |
| parent | ab9dd6e6eb85331631ba41f16b04c21e292c93d1 (diff) | |
| download | vcpkg-e6ed2f89027bd35744f0522c49643449ee12ee33.tar.gz vcpkg-e6ed2f89027bd35744f0522c49643449ee12ee33.zip | |
[find_acquire] Fix ninja path
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_find_acquire_program.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake index 3f0142377..30ecb0573 100644 --- a/scripts/cmake/vcpkg_find_acquire_program.cmake +++ b/scripts/cmake/vcpkg_find_acquire_program.cmake @@ -116,7 +116,7 @@ function(vcpkg_find_acquire_program VAR) if(CMAKE_HOST_WIN32) set(PATHS "${DOWNLOADS}/tools/ninja/${SUBDIR}") else() - set(PATHS "${DOWNLOADS}/tools/${SUBDIR}") + set(PATHS "${DOWNLOADS}/tools/${SUBDIR}-linux") endif() set(BREW_PACKAGE_NAME "ninja") set(APT_PACKAGE_NAME "ninja-build") |
