From 6afaed4a02ff5e29510a9e1afffea803e02f3d69 Mon Sep 17 00:00:00 2001 From: click Date: Tue, 27 Mar 2012 02:27:12 +0200 Subject: Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough for full deployment) --- cmake/options.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/options.cmake') diff --git a/cmake/options.cmake b/cmake/options.cmake index 71424cc3776..11ebe6ddd12 100644 --- a/cmake/options.cmake +++ b/cmake/options.cmake @@ -13,6 +13,5 @@ option(SCRIPTS "Build core with scripts included" option(TOOLS "Build map/vmap extraction/assembler tools" 0) option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1) option(USE_COREPCH "Use precompiled headers when compiling servers" 1) -option(USE_SFMT "Use SFMT as random numbergenerator" 1) option(WITH_WARNINGS "Show all warnings during compile" 0) option(WITH_COREDEBUG "Include additional debug-code in core" 0) -- cgit v1.2.3