diff options
| author | Alberto Luaces <aluaces@udc.es> | 2019-11-02 22:04:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-02 22:04:34 +0100 |
| commit | efe128d9ba5e36d64223a9454299a9648c081728 (patch) | |
| tree | 0204fdb3b98d369a232fd3f7f607da0d5ba02a11 | |
| parent | 08e74979df124d9360343751cefcae615c2ec5ed (diff) | |
| download | vcpkg-efe128d9ba5e36d64223a9454299a9648c081728.tar.gz vcpkg-efe128d9ba5e36d64223a9454299a9648c081728.zip | |
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) |
