Attempt to fix compilation on Windows, take 2
Previous patch was wrong apparently... :|
This commit is contained in:
@@ -70,7 +70,7 @@ add_definitions(-DGLEW_STATIC)
|
|||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions(-DNOMINMAX)
|
add_definitions(-DNOMINMAX)
|
||||||
add_definitions(-D_USE_MATH_DEFINITIONS)
|
add_definitions(-D_USE_MATH_DEFINES)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO(sergey): Put CUEW back when CUDA is officially supported by OSD.
|
# TODO(sergey): Put CUEW back when CUDA is officially supported by OSD.
|
||||||
|
Reference in New Issue
Block a user