Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-27 17:52:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-27 17:52:12 +0400
commit2777ba74b04dc6d3f4479634f8feaf361464a574 (patch)
tree5c8211fc9007f1440877119cd50d4529bee231cd /source/blender
parenta213dc2679a5bfc2905a2bedc7413606166253ee (diff)
remove include paths which dont exist, fix for doc upload script which was getting the blender version twice and not working sometimes.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
-rw-r--r--source/blender/blenloader/CMakeLists.txt1
-rw-r--r--source/blender/gpu/CMakeLists.txt1
-rw-r--r--source/blender/ikplugin/CMakeLists.txt1
-rw-r--r--source/blender/render/CMakeLists.txt1
-rw-r--r--source/blender/windowmanager/CMakeLists.txt1
6 files changed, 0 insertions, 6 deletions
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