mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[sese] single config fixes (#42736)
This commit is contained in:
parent
b545373a9a
commit
d18f1baaa9
@ -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")
|
||||
|
||||
|
@ -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",
|
||||
|
@ -8310,7 +8310,7 @@
|
||||
},
|
||||
"sese": {
|
||||
"baseline": "2.3.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"sf2cute": {
|
||||
"baseline": "0.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1540a579381f42109ef5872163f17135bd0cf09c",
|
||||
"version": "2.3.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "c900b599e710379fa35b84583c0d278cedd1f247",
|
||||
"version": "2.3.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user