From 64f1324725799a8cd07c8098d5c8f2021c08ec50 Mon Sep 17 00:00:00 2001 From: click Date: Fri, 27 Sep 2013 22:48:29 +0200 Subject: [PATCH] Fix silly " that snuck in. --- cmake/options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/options.cmake b/cmake/options.cmake index df0401c64a..c159cce055 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -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)