diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-11-21 17:18:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-21 17:18:27 -0800 |
| commit | f55e3cb8274775f4ccc182219b843548707b8777 (patch) | |
| tree | 4841a7a6ca8c88e687c55000b92462a773cd7ac7 | |
| parent | bf7e264b97e460e75beb88a0bb3cae3ac1aacbd1 (diff) | |
| parent | efe128d9ba5e36d64223a9454299a9648c081728 (diff) | |
| download | vcpkg-f55e3cb8274775f4ccc182219b843548707b8777.tar.gz vcpkg-f55e3cb8274775f4ccc182219b843548707b8777.zip | |
Merge pull request #8862 from aluaces/patch-1
[hiredis] PREFER_NINJA misspelling fix
| -rw-r--r-- | ports/hiredis/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/hiredis/portfile.cmake b/ports/hiredis/portfile.cmake index 09b3100a9..afadee6ef 100644 --- a/ports/hiredis/portfile.cmake +++ b/ports/hiredis/portfile.cmake @@ -15,7 +15,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} - PREFER_NINJIA + PREFER_NINJA OPTIONS ${FEATURE_OPTIONS} ) @@ -26,4 +26,4 @@ vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright -file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
