From 48c4a5a4ddb760532440bec91618ab7feda55c79 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 13 Sep 2016 22:55:18 +0200 Subject: CMake: decouple WITH_CYCLES_OPENSUBDIV from WITH_OPENSUBDIV, and enable on OS X. Reviewed By: sergey Differential Revision: https://developer.blender.org/D2227 --- build_files/cmake/platform/platform_win32_msvc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/cmake/platform/platform_win32_msvc.cmake') 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) -- cgit v1.2.3