aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-04-01 03:11:19 +0800
committerGitHub <noreply@github.com>2021-03-31 12:11:19 -0700
commit93304d198183634d07ea97aa831480a79f6960d6 (patch)
tree3c53a7bc1c29f66e176785a35b98fde155f8b04b /ports
parent87ae70da914eeff6c98c5700d61f8fb8b58f893b (diff)
downloadvcpkg-93304d198183634d07ea97aa831480a79f6960d6.tar.gz
vcpkg-93304d198183634d07ea97aa831480a79f6960d6.zip
[opensubdiv] Remove debug/share folder (#16962)
* [opensubdiv] Remove debug/share folder * Format the vcpkg.json * Update baseline revision
Diffstat (limited to 'ports')
-rw-r--r--ports/opensubdiv/portfile.cmake1
-rw-r--r--ports/opensubdiv/vcpkg.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/opensubdiv/portfile.cmake b/ports/opensubdiv/portfile.cmake
index f4c8bf1d8..defd00a5a 100644
--- a/ports/opensubdiv/portfile.cmake
+++ b/ports/opensubdiv/portfile.cmake
@@ -50,5 +50,6 @@ vcpkg_install_cmake()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
+file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
diff --git a/ports/opensubdiv/vcpkg.json b/ports/opensubdiv/vcpkg.json
index 0849aaa59..42a86d483 100644
--- a/ports/opensubdiv/vcpkg.json
+++ b/ports/opensubdiv/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "opensubdiv",
- "version-string": "3.4.3",
+ "version-semver": "3.4.3",
+ "port-version": 1,
"description": "An Open-Source subdivision surface library.",
"homepage": "https://github.com/PixarAnimationStudios/OpenSubdiv",
"supports": "!arm & !uwp"