Remove WITH_VERSION_INFO, version info by default

This commit is contained in:
latot
2015-10-22 21:21:47 -03:00
parent 264ba550b7
commit 47b0f83aed
11 changed files with 22 additions and 55 deletions
-3
View File
@@ -3,9 +3,6 @@
# This option allows for networking support with StepMania.
option(WITH_NETWORKING "Build with networking support." ON)
# This option allows for additional version information to be built-in.
option(WITH_VERSION_INFO "Build with version information." ON)
# This option quiets warnings that are a part of external projects.
option(WITH_EXTERNAL_WARNINGS "Build with warnings for all components, not just StepMania." OFF)