aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/netcdf-c/portfile.cmake3
-rw-r--r--ports/netcdf-c/vcpkg.json4
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/netcdf-c/portfile.cmake b/ports/netcdf-c/portfile.cmake
index 468237d2c..f51081d8b 100644
--- a/ports/netcdf-c/portfile.cmake
+++ b/ports/netcdf-c/portfile.cmake
@@ -60,7 +60,8 @@ if("tools" IN_LIST FEATURES)
TOOL_NAMES nccopy ncdump ncgen ncgen3
AUTO_CLEAN
)
-elseif(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
+elseif(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR NOT VCPKG_TARGET_IS_WINDOWS)
+ # delete bin under non-windows because the dynamic libraries get put in lib
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/bin")
endif()
diff --git a/ports/netcdf-c/vcpkg.json b/ports/netcdf-c/vcpkg.json
index 6e6523608..256a401b4 100644
--- a/ports/netcdf-c/vcpkg.json
+++ b/ports/netcdf-c/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "netcdf-c",
- "version-string": "4.7.4",
- "port-version": 3,
+ "version": "4.7.4",
+ "port-version": 4,
"description": "A set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.",
"homepage": "https://github.com/Unidata/netcdf-c",
"dependencies": [