blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

cmake: Require OpenGL for clients only #261

Closed voidanix closed 1 year ago

voidanix commented 1 year ago

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 commented 1 year ago

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

TheAssassin commented 1 year ago

Thanks!