mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #269] Add option USE_DOUBLE_FUNCTION to CMakeLists #214
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#214
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 @petricf on GitHub (Jan 20, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/269
For non-US locales the option -DUSE_DOUBLE_FUNCTION must be passed to the make call to create valid excel files.
This patch allows to pass this option at cmake execution. This let cmake also execute the make step for non-US locales. It saves an extra execution step.
It can be found at gentoo bugtracker:
https://bugs.gentoo.org/attachment.cgi?id=603408&action=edit
The patch was created by Jon Hood.
Please apply this patch.
@jmcnamara commented on GitHub (Jan 20, 2020):
Thanks. I'll add that and probably make it the default.
@jmcnamara commented on GitHub (Jun 27, 2021):
Added to main. This will be in the next release of libxlsxwriter.