quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
457 stars 64 forks source link

Let CMake be more strict #47

Closed NeroBurner closed 4 years ago

NeroBurner commented 4 years ago

replace the DISABLE_XXX flags with WITH_XXX flags

Default the DISABLE_XXX flags to true.

If one of the dependencies of an enabled dependency is missing exit with error.

Fixes: https://github.com/quiniouben/vban/issues/45