From e410049a6a95aaffb605e8d6bbd4bb6a8df4fa4b Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 20 Aug 2012 19:40:49 +0000 Subject: [PATCH] Cycles / Cmake: * Removed last instance of "BLENDER_PLUGIN" define, removed in r39465 in the cycles branch. --- intern/cycles/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt index 2127ad23bd3..697427081c3 100644 --- a/intern/cycles/CMakeLists.txt +++ b/intern/cycles/CMakeLists.txt @@ -63,7 +63,6 @@ include_directories( # Subdirectories if(WITH_CYCLES_BLENDER) - add_definitions(-DBLENDER_PLUGIN) add_subdirectory(blender) endif()