diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-10-14 17:28:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-14 17:28:03 -0700 |
| commit | 77c9cc3d1a2aa48d1eca675f65e7f7ee14cc6db8 (patch) | |
| tree | 587823aacae1c54ae88fd0a1633e591059c940f3 /ports/libbson | |
| parent | f52268db1add49377ff10c7bdf8a21878372fc3c (diff) | |
| parent | 0c2878583a7a7857caeef39cec86cbc324b0b6c2 (diff) | |
| download | vcpkg-77c9cc3d1a2aa48d1eca675f65e7f7ee14cc6db8.tar.gz vcpkg-77c9cc3d1a2aa48d1eca675f65e7f7ee14cc6db8.zip | |
Merge pull request #162 from sdcb/mongo-client-fix
Improve mongo client port.
Diffstat (limited to 'ports/libbson')
| -rw-r--r-- | ports/libbson/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/libbson/portfile.cmake b/ports/libbson/portfile.cmake index efa147068..ca7e97c16 100644 --- a/ports/libbson/portfile.cmake +++ b/ports/libbson/portfile.cmake @@ -1,6 +1,5 @@ include(${CMAKE_TRIPLET_FILE}) include(vcpkg_common_functions) -find_program(POWERSHELL powershell) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libbson-1.4.2) vcpkg_download_distfile(ARCHIVE |
