Skip to content

Commit

Permalink
[libxlsxwriter] Don't use PkgConfig (microsoft#43674)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored and autoantwort committed Feb 8, 2025
1 parent 6d2c773 commit 11b254b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions ports/libxlsxwriter/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ endif()
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCMAKE_DISABLE_FIND_PACKAGE_PkgConfig=ON
-DUSE_SYSTEM_MINIZIP=1
-DWINDOWSSTORE=${USE_WINDOWSSTORE}
)
Expand Down
1 change: 1 addition & 0 deletions ports/libxlsxwriter/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libxlsxwriter",
"version": "1.1.9",
"port-version": 1,
"description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
"homepage": "https://github.com/jmcnamara/libxlsxwriter",
"license": "BSD-2-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5434,7 +5434,7 @@
},
"libxlsxwriter": {
"baseline": "1.1.9",
"port-version": 0
"port-version": 1
},
"libxml2": {
"baseline": "2.13.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libxlsxwriter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d19c223fca5963696284824fa0ebb515f87d6b2e",
"version": "1.1.9",
"port-version": 1
},
{
"git-tree": "a4a8c37d3a9f01b4da4dd513178a92fc7b671cb8",
"version": "1.1.9",
Expand Down

0 comments on commit 11b254b

Please sign in to comment.