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

cmake: Require OpenGL for clients only #261

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

voidanix
Copy link
Member

When building the server only, CMake would yell that OpenGL is required
even if totally unnecessary: move the OpenGL requirement inside
BUILD_CLIENT where it should belong.

@TheAssassin
Copy link
Member

I'll update #257 once this is merged, the build stage there installs OpenGL for no good reason.

When building the server only, CMake would yell that OpenGL is required
even if totally unnecessary: move the OpenGL requirement inside
BUILD_CLIENT where it should belong.
@TheAssassin TheAssassin merged commit 51edc9d into blue-nebula:master Apr 20, 2023
@TheAssassin
Copy link
Member

Thanks!

@voidanix voidanix deleted the srvgl branch April 23, 2023 11:07
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