orbitersim / orbiter

Open-source repository of Orbiter Space Flight Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuring tests fails if Orbiter server version is not built

mschweiger opened this issue · comments

If cmake is configured to build the built-in graphics version only, cmake fails on configuring the tests because they rely on the server version, running without an attached graphics engine.

Solution: disable the tests if Orbiter_server is not built.