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

Fixed include dir path for cmake #108

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Conversation

WebmasterTD
Copy link
Contributor

Description

When this library is used with CMake FetchContent:

FetchContent_Declare(
  wsServer
  GIT_REPOSITORY https://github.com/Theldus/wsServer.git
)
FetchContent_MakeAvailable(wsServer)

the project fails to compile due to missing include directory.
This PR fixes that.

Checklist

  • I've read the notice in the PR template before submitting it
  • My PR is:
    • Trivial and:
      • I haven't created an issue

@Theldus
Copy link
Owner

Theldus commented Jan 20, 2025

Hi @WebmasterTD,
Thanks for spotting this, merged.

@Theldus Theldus merged commit 6941aa8 into Theldus:master Jan 20, 2025
2 of 3 checks passed
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 this pull request may close these issues.

2 participants