Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
bf6ec478
Commit
bf6ec478
authored
May 18, 2014
by
Mark Morschhäuser
Browse files
Dealt with SFMT compile warnings.
parent
69201460
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bf6ec478
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment