Attempt to fix compilation on Windows, take 2

Previous patch was wrong apparently... :|
This commit is contained in:
Kévin Dietrich 2016-07-21 16:12:31 +02:00
parent be1c854019
commit 1deb01a9b9
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ add_definitions(-DGLEW_STATIC)
if(WIN32)
add_definitions(-DNOMINMAX)
add_definitions(-D_USE_MATH_DEFINITIONS)
add_definitions(-D_USE_MATH_DEFINES)
endif()
# TODO(sergey): Put CUEW back when CUDA is officially supported by OSD.