Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot override CMake options when fetching the library via FetchContent_Declare() #812

Closed
TheStormN opened this issue Feb 17, 2024 · 0 comments · Fixed by #813
Closed

Comments

@TheStormN
Copy link
Contributor

CMake 3.13 added support for adjusting option() variables of libraries which are fetched by FetchContent_Declare(). However, the date library CMakeLits.txt file does not support that and so an ugly hacks are needed to make it work. The fix is really trivial and I will submit a PR about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant