[Bf-committers] [PATCH] fix build with CMake: bad include dir ?

Alexander Neundorf neundorf at kde.org
Thu Apr 16 22:37:12 CEST 2009


On Thursday 16 April 2009, Alexander Neundorf wrote:
> Hi,
>
> I just tried to build blender with cmake and it failed when bulding
> Physics/Bullet/ since it didn't find SND_Scene.h.
> The attached patch fixes this for me.
> Please apply if you think it makes sense.
>
> Alex

Hmm, in my sent-mail folder there is the patch attached. Where did it go ?
Well, this is the patch:

Index: source/gameengine/Physics/Bullet/CMakeLists.txt
===================================================================
--- source/gameengine/Physics/Bullet/CMakeLists.txt     (revision 19761)
+++ source/gameengine/Physics/Bullet/CMakeLists.txt     (working copy)
@@ -34,7 +34,7 @@
   ../../../../intern/moto/include
   ../../../kernel/gen_system
   ../../../../intern/string
-  ../../../intern/SoundSystem
+  ../../../../intern/SoundSystem
   ../../Rasterizer
   ../../Ketsji
   ../../Expressions


Alex


More information about the Bf-committers mailing list