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

splitted crow features into two options #770

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gittiver
Copy link
Member

No description provided.

@gittiver gittiver force-pushed the split-crow-feature-options branch 3 times, most recently from 120ecd7 to d57a913 Compare February 21, 2024 21:13
@gittiver gittiver marked this pull request as ready for review February 21, 2024 21:14
@gittiver gittiver added the bug Something isn't working label Feb 21, 2024
@@ -48,7 +48,10 @@ option(CROW_AMALGAMATE "Combine all headers into one" OFF)
option(CROW_INSTALL "Add install step for Crow" ON )

# Possible values: ssl, compression
option(CROW_FEATURES "Enable features extending Crow's abilities" "")
#option(CROW_FEATURES "Enable features extending Crow's abilities" "")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you can remove this line.

@gittiver gittiver marked this pull request as draft March 10, 2024 12:55
@gittiver
Copy link
Member Author

moved back to draft, as options are incompatible and therefore also there documentation has to be adapted.

@gittiver gittiver force-pushed the split-crow-feature-options branch 2 times, most recently from c7f58f6 to 4457071 Compare May 5, 2024 17:52
@gittiver gittiver force-pushed the split-crow-feature-options branch from 4457071 to fb370ab Compare May 7, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Option for features (ssl and compression) is shown as boolean by cmake but uses as list of strings
2 participants