Update prism to 0.7.1 (#49984)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
This commit is contained in:
co-authored by
Kai Pastor
parent
d3cb491269
commit
db4838c596
@@ -1,13 +1,11 @@
|
||||
if(NOT EMSCRIPTEN)
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
else()
|
||||
if(EMSCRIPTEN)
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO ethindp/prism
|
||||
REF v0.7.0
|
||||
SHA512 4ba9e71f5e27df9dc9d242b78e80155ecf3734b1027abe750bd8ed3385b4a5b202f35583ff0e6a711a22601a1136f866337337ba4b0037098f0e2a45786806fd
|
||||
REF v0.7.1
|
||||
SHA512 7a412110cd0d5da23eafc78a979cfd7fdcfddef6d8ecc6a370afbf93914d41bf8b7a87cd8e0d44cd84b6b2c1d9de0621c0214892cef057c8f6c3c3424ecfb7b5
|
||||
HEAD_REF master
|
||||
)
|
||||
vcpkg_check_features(
|
||||
@@ -21,11 +19,14 @@ vcpkg_cmake_configure(
|
||||
OPTIONS
|
||||
-DPRISM_ENABLE_TESTS=OFF
|
||||
-DPRISM_ENABLE_DEMOS=OFF
|
||||
-DPRISM_ENABLE_CLANG_TIDY=OFF
|
||||
-DPRISM_ENABLE_LINTING=OFF
|
||||
-DPRISM_ENABLE_VCPKG_SPECIFIC_OPTIONS=ON
|
||||
${FEATURE_OPTIONS}
|
||||
)
|
||||
vcpkg_cmake_install()
|
||||
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/bin")
|
||||
endif()
|
||||
vcpkg_cmake_config_fixup(PACKAGE_NAME prism CONFIG_PATH share/prism)
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "ethindp-prism",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "The Platform-agnostic Reader Interface for Speech and Messages",
|
||||
"license": "MPL-2.0",
|
||||
"supports": "!uwp & !(static & staticcrt)",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@@ -2817,7 +2817,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"ethindp-prism": {
|
||||
"baseline": "0.7.0",
|
||||
"baseline": "0.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"etl": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0974dbeb11d1091d1c2ff0a4eb5c18e806cc19b4",
|
||||
"version": "0.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "467780eca9a827d8d98ad1a55636a5ef59bfca56",
|
||||
"version": "0.7.0",
|
||||
|
||||
Reference in New Issue
Block a user