From acd1d1a31d1ac7343f8656dbd3b04c5342f306be Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 26 Nov 2018 11:41:38 +0100 Subject: CMake: Remove Cycles specific OpenSubdiv options Just use one flag which enables OpenSubdiv globally for all the areas of Blender. --- intern/cycles/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/CMakeLists.txt') diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt index 873bbfa36fa..3028b7c67d3 100644 --- a/intern/cycles/CMakeLists.txt +++ b/intern/cycles/CMakeLists.txt @@ -226,7 +226,7 @@ if(WITH_CYCLES_EMBREE) ) endif() -if(WITH_CYCLES_OPENSUBDIV) +if(WITH_OPENSUBDIV) add_definitions(-DWITH_OPENSUBDIV) include_directories( SYSTEM -- cgit v1.2.3