diff options
| author | sdcb <sdflysha@qq.com> | 2016-11-10 15:50:57 +0800 |
|---|---|---|
| committer | sdcb <sdflysha@qq.com> | 2016-11-10 15:50:57 +0800 |
| commit | 59a879be2b99dc0e9aff31ce4e2709f533a2f892 (patch) | |
| tree | 9acb9b2672cf9e5b2679f9588795a912a0539714 | |
| parent | 02b7c87e6e77dde6ade191ee92befba854bd9d07 (diff) | |
| download | vcpkg-59a879be2b99dc0e9aff31ce4e2709f533a2f892.tar.gz vcpkg-59a879be2b99dc0e9aff31ce4e2709f533a2f892.zip | |
[chakracore] Delete useless code: find_program(powershell).
| -rw-r--r-- | ports/chakracore/portfile.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/chakracore/portfile.cmake b/ports/chakracore/portfile.cmake index b937b17b4..bdba23809 100644 --- a/ports/chakracore/portfile.cmake +++ b/ports/chakracore/portfile.cmake @@ -3,7 +3,6 @@ set(VCPKG_LIBRARY_LINKAGE dynamic) endif() include(vcpkg_common_functions) -find_program(POWERSHELL powershell) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ChakraCore-1.3.0) vcpkg_download_distfile(ARCHIVE_FILE |
