diff options
| author | NN <nn1436401@gmail.com> | 2019-10-26 00:50:30 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-25 14:50:30 -0700 |
| commit | 447e0aaa88c96b1bb1810f6d7d93baed602265a3 (patch) | |
| tree | 9855f037304f3d989abe6ebb59a2832b253eb885 /ports | |
| parent | 6a37e1a9af9cd43babcfdafc66f469c4626dc73f (diff) | |
| download | vcpkg-447e0aaa88c96b1bb1810f6d7d93baed602265a3.tar.gz vcpkg-447e0aaa88c96b1bb1810f6d7d93baed602265a3.zip | |
Fix repository name case (#8695)
* Fix repository name case
* [detours] Match GitHub URL exactly
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/detours/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/detours/portfile.cmake b/ports/detours/portfile.cmake index 038f8637c..fbb8136da 100644 --- a/ports/detours/portfile.cmake +++ b/ports/detours/portfile.cmake @@ -5,7 +5,7 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
- REPO Microsoft/Detours
+ REPO microsoft/Detours
REF v4.0.1
SHA512 0a9c21b8222329add2de190d2e94d99195dfa55de5a914b75d380ffe0fb787b12e016d0723ca821001af0168fd1643ffd2455298bf3de5fdc155b3393a3ccc87
HEAD_REF master
@@ -25,4 +25,4 @@ vcpkg_execute_required_process( file(INSTALL ${SOURCE_PATH}/lib.${VCPKG_TARGET_ARCHITECTURE}/ DESTINATION ${CURRENT_PACKAGES_DIR}/lib)
file(INSTALL ${SOURCE_PATH}/lib.${VCPKG_TARGET_ARCHITECTURE}/ DESTINATION ${CURRENT_PACKAGES_DIR}/debug/lib)
file(INSTALL ${SOURCE_PATH}/include DESTINATION ${CURRENT_PACKAGES_DIR})
-file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
