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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-09-13 23:55:18 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-09-14 13:02:44 +0300
commit48c4a5a4ddb760532440bec91618ab7feda55c79 (patch)
tree7f5bf5ddfde42494b98321953661f2cc5c23c771 /build_files/cmake/platform/platform_win32_msvc.cmake
parent443b3ca9b9cb665ed1debdc1794852d963ef917b (diff)
CMake: decouple WITH_CYCLES_OPENSUBDIV from WITH_OPENSUBDIV, and enable on OS X.
Reviewed By: sergey Differential Revision: https://developer.blender.org/D2227
Diffstat (limited to 'build_files/cmake/platform/platform_win32_msvc.cmake')
-rw-r--r--build_files/cmake/platform/platform_win32_msvc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_win32_msvc.cmake b/build_files/cmake/platform/platform_win32_msvc.cmake
index 4ba6f4477e6..5efda52b2c5 100644
--- a/build_files/cmake/platform/platform_win32_msvc.cmake
+++ b/build_files/cmake/platform/platform_win32_msvc.cmake
@@ -442,7 +442,7 @@ if(WITH_MOD_CLOTH_ELTOPO)
)
endif()
-if(WITH_OPENSUBDIV)
+if(WITH_OPENSUBDIV OR WITH_CYCLES_OPENSUBDIV)
set(OPENSUBDIV_INCLUDE_DIR ${LIBDIR}/opensubdiv/include)
set(OPENSUBDIV_LIBPATH ${LIBDIR}/opensubdiv/lib)
set(OPENSUBDIV_LIBRARIES ${OPENSUBDIV_LIBPATH}/osdCPU.lib ${OPENSUBDIV_LIBPATH}/osdGPU.lib)