mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[kf5plotting] fix single config builds (#42725)
This commit is contained in:
parent
948820b46e
commit
9cfeb3b011
@ -20,7 +20,9 @@ vcpkg_cmake_config_fixup(PACKAGE_NAME KF5Plotting CONFIG_PATH lib/cmake/KF5Plott
|
||||
vcpkg_copy_pdbs()
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/plugins" "${CURRENT_PACKAGES_DIR}/debug/plugins")
|
||||
if(NOT VCPKG_BUILD_TYPE)
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/plugins" "${CURRENT_PACKAGES_DIR}/debug/plugins")
|
||||
endif()
|
||||
file(RENAME "${CURRENT_PACKAGES_DIR}/lib/plugins" "${CURRENT_PACKAGES_DIR}/plugins")
|
||||
|
||||
file(GLOB LICENSE_FILES "${SOURCE_PATH}/LICENSES/*")
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "kf5plotting",
|
||||
"version": "5.98.0",
|
||||
"port-version": 1,
|
||||
"description": "Lightweight plotting framework",
|
||||
"homepage": "https://api.kde.org/frameworks/kplotting/html/index.html",
|
||||
"dependencies": [
|
||||
|
@ -4086,7 +4086,7 @@
|
||||
},
|
||||
"kf5plotting": {
|
||||
"baseline": "5.98.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"kf5service": {
|
||||
"baseline": "5.98.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d39d137ecaf46182303bb5845c61fc33c485d571",
|
||||
"version": "5.98.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a242d0a106748fced7dacaf9e6c635bdafa9c289",
|
||||
"version": "5.98.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user