Fix silly " that snuck in.

This commit is contained in:
click
2013-09-27 22:48:29 +02:00
parent 33fcd36c7b
commit 64f1324725

View File

@@ -15,5 +15,5 @@ option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts"
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
option(WITH_WARNINGS "Show all warnings during compile" 0)
option(WITH_COREDEBUG "Include additional debug-code in core" 0)
option(WITH_MESHEXTRACTOR" "Build meshextractor (alpha)" 0)
option(WITH_MESHEXTRACTOR "Build meshextractor (alpha)" 0)
option(WITHOUT_GIT "Disable the GIT testing routines" 0)