From 9fb3d3e0322cb6692f822ee374de1ec03ab70454 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 May 2013 02:16:22 +0000 Subject: remove redundant includes from cmake and scons. --- source/blender/render/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/render/CMakeLists.txt') diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt index a907384e19e..94a95974009 100644 --- a/source/blender/render/CMakeLists.txt +++ b/source/blender/render/CMakeLists.txt @@ -129,10 +129,6 @@ if(WITH_PYTHON) list(APPEND INC ../python ) - - list(APPEND INC_SYS - ${PYTHON_INCLUDE_DIRS} - ) endif() if(WITH_IMAGE_OPENEXR) -- cgit v1.2.3