mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[materialx] Fix usage error (#42344)
This commit is contained in:
parent
802aa3063a
commit
dbdc9b3b82
@ -54,8 +54,6 @@ file(REMOVE_RECURSE
|
||||
"${CURRENT_PACKAGES_DIR}/debug/include"
|
||||
|
||||
# MaterialXGenShader explicitely install resources
|
||||
"${CURRENT_PACKAGES_DIR}/resources"
|
||||
"${CURRENT_PACKAGES_DIR}/debug/resources"
|
||||
"${CURRENT_PACKAGES_DIR}/include/MaterialXRender/External/OpenImageIO"
|
||||
|
||||
# Based on how OSL does it, it could be that those `.mdl` source would be better located inside `libraries/pbrlib/genmdl/**`
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "materialx",
|
||||
"version": "1.39.1",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "MaterialX is an open standard for the exchange of rich material and look-development content across applications and renderers.",
|
||||
"homepage": "https://www.materialx.org/",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -5818,7 +5818,7 @@
|
||||
},
|
||||
"materialx": {
|
||||
"baseline": "1.39.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"mathc": {
|
||||
"baseline": "2019-09-29",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a401e399f881b616c7767fc13722ef8c6c40fb14",
|
||||
"version": "1.39.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "b003eaaf8c723849203b9ccfb642a332759f68f6",
|
||||
"version": "1.39.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user