Commit bf6ec478 authored by Mark Morschhäuser's avatar Mark Morschhäuser
Browse files

Dealt with SFMT compile warnings.

parent 69201460
cmake_minimum_required(VERSION 2.6)
IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
# GNU systems need to define the Mersenne exponent for the RNG to compile w/o warning
ADD_DEFINITIONS("-DSFMT_MEXP=19937")
ENDIF()
add_subdirectory(common)
if(WITH_SERVER)
add_subdirectory(servatrice)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment