Move NOMINMAX define

This commit is contained in:
Chocobo1 2017-08-28 15:24:02 +08:00
commit 39b56ac598
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 2 additions and 5 deletions

View file

@ -24,6 +24,7 @@ add_definitions(-DUNICODE
-D_WIN32_IE=0x0501
-D_CRT_SECURE_NO_DEPRECATE
-D_SCL_SECURE_NO_DEPRECATE
-DNOMINMAX
)
# and boost
set(Boost_USE_STATIC_LIBS True)