diff options
author | click <click@gonnamakeyou.com> | 2012-03-27 02:27:12 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2012-03-27 02:27:12 +0200 |
commit | 6afaed4a02ff5e29510a9e1afffea803e02f3d69 (patch) | |
tree | ba681f09b45e1a30f2221d01a3010250bed0cb7e /cmake/showoptions.cmake | |
parent | a92820b51c791595676805396a599fa345d58db2 (diff) |
Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough for full deployment)
Diffstat (limited to 'cmake/showoptions.cmake')
-rw-r--r-- | cmake/showoptions.cmake | 9 |
1 files changed, 1 insertions, 8 deletions
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("") |