mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
[nu-book/zxing-cpp] update to 1.3.0 (#25380)
* Bump to 1.3.0 * x-add-version
This commit is contained in:
parent
5241c59aa0
commit
4259fe9997
@ -1,12 +0,0 @@
|
||||
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
|
||||
index 7a2db60..17e0a52 100644
|
||||
--- a/core/CMakeLists.txt
|
||||
+++ b/core/CMakeLists.txt
|
||||
@@ -474,7 +474,4 @@ if(MSVC)
|
||||
set_target_properties(ZXing PROPERTIES
|
||||
COMPILE_PDB_NAME ZXing
|
||||
COMPILE_PDB_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR})
|
||||
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ZXing.pdb
|
||||
- DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
- CONFIGURATIONS Debug RelWithDebInfo)
|
||||
endif()
|
@ -3,10 +3,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nu-book/zxing-cpp
|
||||
REF v1.2.0
|
||||
SHA512 e61b4e44ccaf0871b5d8badf9ce0a81576f55e5d6a9458907b9b599a66227adceabb8d51a0c47b32319d8aeff93e758b4785d3bd0440375247471d95999de487
|
||||
REF v1.3.0
|
||||
SHA512 27821667dea3d09b91bf9825ff25483ed658d850fd238009f1c7e43b1b09e62d24b3a2cd78d4e39d29725931b32bfce3e21e7ec871830b3ad69a5a69c72d8de8
|
||||
HEAD_REF master
|
||||
PATCHES ignore-pdb-install-symbols-in-lib.patch
|
||||
)
|
||||
|
||||
if (VCPKG_TARGET_IS_UWP)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nu-book-zxing-cpp",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "Barcode detection and decoding library.",
|
||||
"homepage": "https://github.com/nu-book/zxing-cpp",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -4953,7 +4953,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"nu-book-zxing-cpp": {
|
||||
"baseline": "1.2.0",
|
||||
"baseline": "1.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"nuklear": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "316c6275dffcc126f298440ee209121c98996f5c",
|
||||
"version": "1.3.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "b807d508317d0b4bfc5a368fae07f81770851c0b",
|
||||
"version": "1.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user