From 2777ba74b04dc6d3f4479634f8feaf361464a574 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Oct 2010 13:52:12 +0000 Subject: remove include paths which dont exist, fix for doc upload script which was getting the blender version twice and not working sometimes. --- source/blender/blenlib/CMakeLists.txt | 1 - source/blender/blenloader/CMakeLists.txt | 1 - source/blender/gpu/CMakeLists.txt | 1 - source/blender/ikplugin/CMakeLists.txt | 1 - source/blender/render/CMakeLists.txt | 1 - source/blender/windowmanager/CMakeLists.txt | 1 - 6 files changed, 6 deletions(-) (limited to 'source/blender') diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt index a37723a8287..35785447a86 100644 --- a/source/blender/blenlib/CMakeLists.txt +++ b/source/blender/blenlib/CMakeLists.txt @@ -28,7 +28,6 @@ SET(INC . ../makesdna ../blenkernel - ../include ../gpu ../../../intern/ghost ../../../intern/guardedalloc diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt index 144b1d1b1a1..11bb3b14677 100644 --- a/source/blender/blenloader/CMakeLists.txt +++ b/source/blender/blenloader/CMakeLists.txt @@ -30,7 +30,6 @@ SET(INC ../blenkernel ../makesdna ../readblenfile - ../include ../makesrna ../render/extern/include ../../../intern/guardedalloc diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 02a43abf098..a2bfddd96fb 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -28,7 +28,6 @@ SET(INC . ../blenlib ../blenkernel - ../include ../imbuf ../makesdna ../makesrna diff --git a/source/blender/ikplugin/CMakeLists.txt b/source/blender/ikplugin/CMakeLists.txt index 61d5ff4f7fe..1c1cc27611a 100644 --- a/source/blender/ikplugin/CMakeLists.txt +++ b/source/blender/ikplugin/CMakeLists.txt @@ -28,7 +28,6 @@ SET(INC ../blenlib ../makesdna ../blenkernel - ../include ../ikplugin ../../../intern/guardedalloc ../../../intern/iksolver/extern diff --git a/source/blender/render/CMakeLists.txt b/source/blender/render/CMakeLists.txt index bed48a3fd17..1224e51ff3f 100644 --- a/source/blender/render/CMakeLists.txt +++ b/source/blender/render/CMakeLists.txt @@ -36,7 +36,6 @@ SET(INC ../makesrna ../blenkernel ../imbuf - ../include ../../kernel/gen_messaging ../../../intern/smoke/extern ../../../intern/guardedalloc diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt index 36d9f2b5c8c..c39897af68a 100644 --- a/source/blender/windowmanager/CMakeLists.txt +++ b/source/blender/windowmanager/CMakeLists.txt @@ -33,7 +33,6 @@ SET(INC ../makesdna ../makesrna ../blenkernel - ../include ../imbuf ../blenloader ../editors/include -- cgit v1.2.3