Skip to content

Commit

Permalink
[sese] single config fixes (microsoft#42736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Dec 16, 2024
1 parent b545373 commit d18f1ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ports/sese/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion ports/sese/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8310,7 +8310,7 @@
},
"sese": {
"baseline": "2.3.0",
"port-version": 2
"port-version": 3
},
"sf2cute": {
"baseline": "0.2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sese.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1540a579381f42109ef5872163f17135bd0cf09c",
"version": "2.3.0",
"port-version": 3
},
{
"git-tree": "c900b599e710379fa35b84583c0d278cedd1f247",
"version": "2.3.0",
Expand Down

0 comments on commit d18f1ba

Please sign in to comment.