mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #336] VERSION_GREATER_EQUAL not recognized by CMake 3.6 #273
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#273
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 @evanmiller on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/336
Originally assigned to: @jmcnamara on GitHub.
I get the following error attempting to configure libxlsxwriter 1.0.6 using CMake 3.6.3:
A similar issue with another project was reported here: https://github.com/glfw/glfw/issues/1584
I suggest using a combination of VERSION_GREATER and VERSION_EQUAL to achieve the same result. Happy to open a pull request.
@jmcnamara commented on GitHub (Jun 4, 2021):
That's Evan. I'll look into fixing that.
@jmcnamara commented on GitHub (Jun 4, 2021):
Thanks for the report. Fixed on main.
@evanmiller commented on GitHub (Jun 4, 2021):
@jmcnamara Thanks!