[sese] single config fixes (#42736)

This commit is contained in:
Alexander Neumann 2024-12-16 16:12:32 +01:00 committed by GitHub
parent b545373a9a
commit d18f1baaa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 2 deletions

View File

@ -51,6 +51,9 @@ vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/sese")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
if(VCPKG_BUILD_TYPE)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
endif()
remove_empty_directories_recursive("${CURRENT_PACKAGES_DIR}/include/sese")

View File

@ -1,7 +1,7 @@
{
"name": "sese",
"version": "2.3.0",
"port-version": 2,
"port-version": 3,
"description": "A cross-platform framework for basic components.",
"homepage": "https://github.com/libsese/sese",
"license": "Apache-2.0",

View File

@ -8310,7 +8310,7 @@
},
"sese": {
"baseline": "2.3.0",
"port-version": 2
"port-version": 3
},
"sf2cute": {
"baseline": "0.2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1540a579381f42109ef5872163f17135bd0cf09c",
"version": "2.3.0",
"port-version": 3
},
{
"git-tree": "c900b599e710379fa35b84583c0d278cedd1f247",
"version": "2.3.0",