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
path: root/extern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2020-02-13 17:04:30 +0300
committerRay Molenkamp <github@lazydodo.com>2020-02-13 17:04:30 +0300
commit6022cd015ffe414b60229ba214dc1e324772e22d (patch)
treecdff8a4419dd3d9c208f3a137eb3f8971d9a383c /extern
parentd1cd3ec9babd8090089a4c7df6b55573adb1aa48 (diff)
Revert "Cleanup/MSVC: Enable C++ conformance mode on compiler versions that support it."
It is breaking compilation on some configurations, revert for now while i see what is wrong. This reverts commit 9fe469c110940af5d2525158305d5d365bd15276.
Diffstat (limited to 'extern')
-rw-r--r--extern/mantaflow/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/extern/mantaflow/CMakeLists.txt b/extern/mantaflow/CMakeLists.txt
index 99d985578bd..d2f78f7ab6c 100644
--- a/extern/mantaflow/CMakeLists.txt
+++ b/extern/mantaflow/CMakeLists.txt
@@ -54,10 +54,6 @@ if(WITH_OPENVDB)
add_definitions(-DOPENVDB_STATICLIB)
endif()
-if(WIN32)
- add_definitions(-D_USE_MATH_DEFINES)
-endif()
-
set(INC
${MANTA_PP}
${MANTA_PP}/fileio