mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[vlpp] update to 1.2.10.1 (#41881)
This commit is contained in:
parent
93fcd03887
commit
6020d4118c
12
ports/vlpp/fix-install.patch
Normal file
12
ports/vlpp/fix-install.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/Import/CMakeLists.txt b/Import/CMakeLists.txt
|
||||
index 3547dae..23d6c39 100644
|
||||
--- a/Import/CMakeLists.txt
|
||||
+++ b/Import/CMakeLists.txt
|
||||
@@ -184,7 +184,6 @@ if (GACUI_CORE)
|
||||
|
||||
if (GACUI_REFLECTION)
|
||||
install(FILES GacUIReflection.h DESTINATION include)
|
||||
- install(FILES GacUIR.UnitTest.UIReflection.h DESTINATION include)
|
||||
install(FILES Skins/DarkSkin/DarkSkinReflection.h DESTINATION include/Skins/DarkSkin)
|
||||
endif()
|
||||
|
@ -1,11 +1,12 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO vczh-libraries/Release
|
||||
REF "${VERSION}"
|
||||
SHA512 5ea442a506fc71d79f5061adaf0eda70776c6bad66d2871399a29c15a58899fd32aeeb32cfb492ca34bc759e328682aecaf595101a066cda53c7a36ae45f5fd7
|
||||
REF "1.12.10.1"
|
||||
SHA512 8884709c919e7536b89da2cc9905a2d71260668f9ce63fa3d4f13c5cc58dd2fade481e738d756fde4c0bc3c5eb9c79db5609b03953838dfb3b964d3463b75432
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-tool-build.patch
|
||||
fix-install.patch
|
||||
)
|
||||
|
||||
vcpkg_from_github(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vlpp",
|
||||
"version": "1.2.9.0",
|
||||
"version": "1.2.10.1",
|
||||
"maintainers": "vczh",
|
||||
"description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc",
|
||||
"homepage": "https://github.com/vczh-libraries/Release",
|
||||
|
@ -9425,7 +9425,7 @@
|
||||
"port-version": 4
|
||||
},
|
||||
"vlpp": {
|
||||
"baseline": "1.2.9.0",
|
||||
"baseline": "1.2.10.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"volk": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e1b6401de0adad14cac063543dc34e7eb048beb7",
|
||||
"version": "1.2.10.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "da71459de0fa6efcd3f4a57f79ff605cc6d60d9e",
|
||||
"version": "1.2.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user