From 28d127b2305f9b0a9d7e1fc1cd12b0994fdb7622 Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 9 Jul 2012 23:12:07 +0200 Subject: [PATCH] cmake: default to build d3xp --- neo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index e5072279..98817df7 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -26,7 +26,7 @@ include(GNUInstallDirs OPTIONAL RESULT_VARIABLE GNUINSTALLDIRS) option(CORE "Build the core" ON) option(BASE "Build the base game code" ON) -option(D3XP "Build the d3xp game code" OFF) +option(D3XP "Build the d3xp game code" ON) option(DEDICATED "Build the dedicated server" OFF) option(ONATIVE "Optimize for the host CPU" OFF)