mccdo / osgbullet

Bullet physics and OpenSceneGraph integration
65 stars 34 forks source link

CMake can't find osgWorks if only built debug #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce: Start from a clean osgWorks tree, and build it Debug only, then 
install. Next, go to a clean osgBullet tree and run CMake. It will fail to 
find osgWorks. We know this is reproducible on Windows, not sure about other 
platforms.

It'd be nice if osgBullet's CMake were able to find the debug osgWorks; this 
would allow a developer to build debug-only of OSG, osgWorks, Bullet, and 
osgBullet.

This issue has a workaround: Build everything debug and release.

Original issue reported on code.google.com by SkewMat...@gmail.com on 13 Oct 2009 at 4:39

GoogleCodeExporter commented 9 years ago
Fixed in r18.

Original comment by SkewMat...@gmail.com on 12 Nov 2009 at 1:38