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/showoptions.cmake | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'cmake/showoptions.cmake') diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 9cac1d82f4a..47ad7b0889b 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -50,13 +50,6 @@ else() message("* Build scripts w/PCH : No") endif() -if( USE_SFMT ) - message("* Use SFMT for RNG : Yes") - add_definitions(-DUSE_SFMT_FOR_RNG) -else() - message("* Use SFMT for RNG : No (default)") -endif() - if( WITH_WARNINGS ) message("* Show all warnings : Yes") else() @@ -84,4 +77,4 @@ if ( NOJEM ) message("*** Please note that this is for DEBUGGING WITH VALGRIND only!") message("*** DO NOT DISABLE IT UNLESS YOU KNOW WHAT YOU'RE DOING!") endif() - message("") +message("") -- cgit v1.2.3