Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2016-07-21 17:12:31 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2016-07-21 17:12:31 +0300
commit1deb01a9b9c00bb31fa9bad7a3b00087e29e054c (patch)
treea00c63440ba1bd1cf7f2e920f22a67c58994caf4 /intern/opensubdiv/CMakeLists.txt
parentbe1c854019a26f6472abea6d9d9948b7dab4dc12 (diff)
Attempt to fix compilation on Windows, take 2
Previous patch was wrong apparently... :|
Diffstat (limited to 'intern/opensubdiv/CMakeLists.txt')
-rw-r--r--intern/opensubdiv/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/CMakeLists.txt b/intern/opensubdiv/CMakeLists.txt
index 55a4b2275e5..f8e80de7f8f 100644
--- a/intern/opensubdiv/CMakeLists.txt
+++ b/intern/opensubdiv/CMakeLists.txt
@@ -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.