favreau / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

BulletMultiThreaded and MiniCL not building as frameworks #548

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The BulletMultiThreaded and MiniCL libraries have been building/installing as 
'naked' shared libraries instead of frameworks when -DFRAMEWORK=ON is 
specified.  The attached patch will enable the framework style for these 
libraries.

The patch also fixes a minor issue in BulletCollision/CMakeLists.txt, the 
PUBLIC_HEADER property needs to be quoted in order to supply a list... this 
library happens to only have one item in that list, but just in case any more 
are added, better to just add the quotes now.  (I copied the form from the 
collision cmake file, and then took me a bit to figure out why it was only 
getting the first file in the list in the two updated libraries, sigh, crazy 
cmake syntax)

Original issue reported on code.google.com by ejtt...@gmail.com on 18 Sep 2011 at 1:44

Attachments:

GoogleCodeExporter commented 9 years ago
I finally applied the patch, see 
http://code.google.com/p/bullet/source/detail?r=2504

Thanks for the contribution!
Erwin

Original comment by erwin.coumans on 29 Feb 2012 at 5:19