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

Fix build without HTTP module #4876

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

Conversation

ArturKnopik
Copy link
Contributor

Pull Request Prelude

Fix build without HTTP module

  • I have followed [proper The Forgotten Server code styling][code].
  • I have read and understood the [contribution guidelines][cont] before making this PR.
  • I am aware that this PR may be closed if the above-mentioned criteria are not fulfilled.

Changes Proposed

Adding missing #ifdef

Issues addressed:

Cannot build project with HTTP flag disabled

How to test:

  1. Build with flag HTTP=OFF or add in src/CMakeLists.txt just before if (HTTP) add SET(HTTP OFF)

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

Successfully merging this pull request may close these issues.

1 participant