mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #375] pkgconfig version is wrong when built with cmake #299
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#299
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ephemer4l on GitHub (Jul 22, 2022).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/375
Originally assigned to: @jmcnamara on GitHub.
somehow this regex in CMakeLists.txt evaluates to 4:
built on gentoo with the ebuild:
@jmcnamara commented on GitHub (Jul 22, 2022):
Thanks. I can confirm it happens on macOS as well. I'll take a look.
@jmcnamara commented on GitHub (Jul 22, 2022):
The greedy dot star strikes again.
The existing regex probably worked until the SOVERSION was added, which gave it an extra set of double quotes to match against. Anyway, I've pushed a fix to main that you can try.
@ephemer4l commented on GitHub (Jul 22, 2022):
I can confirm that this fix works. I'll add it to the package as a patch until next version is released. Thank you so much!
@jmcnamara commented on GitHub (Jul 22, 2022):
Thanks for the report and testing.