From f5b9da9f3682bbcb06288bf2edd6eb89e1dea2f2 Mon Sep 17 00:00:00 2001 From: SkyFire Date: Mon, 23 Dec 2013 13:49:15 -0600 Subject: [PATCH] Turned script building back on. Signed-off-by: SkyFire --- cmake/options.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/options.cmake b/cmake/options.cmake index bb7a573be71..75c9696dd81 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -10,7 +10,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. option(SERVERS "Build worldserver and authserver" 1) -option(SCRIPTS "Build core with scripts included" 0) +option(SCRIPTS "Build core with scripts included" 1) option(TOOLS "Build map/vmap/mmap extraction/assembler tools" 0) option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1) option(USE_COREPCH "Use precompiled headers when compiling servers" 1)