diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2020-04-24 12:17:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 21:17:26 -0700 |
| commit | c3fc360947e471e422f11ba6342b85086df98289 (patch) | |
| tree | 0c041f35cb6399d7df2a7727c3f937efbfc4d336 /ports/sqlitecpp/portfile.cmake | |
| parent | 49822446b5817daeef24e792b77a43a7e4fd0e32 (diff) | |
| download | vcpkg-c3fc360947e471e422f11ba6342b85086df98289.tar.gz vcpkg-c3fc360947e471e422f11ba6342b85086df98289.zip | |
[glm, sqlitecpp] update to new version (#10977)
* [glm] update to 0.9.9.8
* [sqlitecpp] Update to version 3.0.0
Diffstat (limited to 'ports/sqlitecpp/portfile.cmake')
| -rw-r--r-- | ports/sqlitecpp/portfile.cmake | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/ports/sqlitecpp/portfile.cmake b/ports/sqlitecpp/portfile.cmake index 210ca3dd6..9f2febab0 100644 --- a/ports/sqlitecpp/portfile.cmake +++ b/ports/sqlitecpp/portfile.cmake @@ -1,12 +1,10 @@ -include(vcpkg_common_functions) - vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH REPO "SRombauts/SQLiteCpp" - REF 09dd10886c560ab5af41cfe694567f34c88cd101 + REF be1a8eeace02ce98dfa3da688d1011c5bb895985 #v3.0.0 HEAD_REF master - SHA512 d0a440e2e96fca9aac7fe73d46bb6508825a82547dca1e9c93d8c3ca46878fa137e7a2a7a865bcfa641d0236e26307a3342d55fc83578552a37eec7565642d91 + SHA512 d48b5915a2674f7f6da2737fa365e2202373e95cd20e819281b765a597e2fa8b8ae33f6553d65b6a8a93741e31633de3c75caf84fffa4313154c43ce634b1323 PATCHES 0001-Find-external-sqlite3.patch ) @@ -27,4 +25,4 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/SQLiteCpp) vcpkg_copy_pdbs() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) -file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/sqlitecpp RENAME copyright) +file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) |
