[cgns] Fix x64-linux-dynamic build (#26088)

This commit is contained in:
Osyotr 2022-08-01 22:49:32 +03:00 committed by GitHub
parent b29fa4b8ef
commit 7cee564be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -67,7 +67,7 @@ foreach(TOOL ${TOOLS})
file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/${TOOL}")
endforeach()
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static" OR NOT VCPKG_TARGET_IS_WINDOWS)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin" "${CURRENT_PACKAGES_DIR}/bin")
endif()

View File

@ -1,6 +1,7 @@
{
"name": "cgns",
"version-semver": "4.3.0",
"port-version": 1,
"description": "The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations.",
"homepage": "http://cgns.org/",
"default-features": [

View File

@ -1354,7 +1354,7 @@
},
"cgns": {
"baseline": "4.3.0",
"port-version": 0
"port-version": 1
},
"chaiscript": {
"baseline": "6.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1733a3011caebf67ccbe1d48ea08c92e87d186e0",
"version-semver": "4.3.0",
"port-version": 1
},
{
"git-tree": "0d2c412303ae38864d8ff36777cc22bfc404b9b6",
"version-semver": "4.3.0",