lianlab / bullet

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

cmake and autotools don't built libraries with the same names #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Building Bullet using autotools produces the following libraries:
bulletdynamics bulletcollision bulletmath

When using cmake, names differ:
BulletDynamics BulletCollision LinearMath

Original issue reported on code.google.com by lepoussin@gmail.com on 7 Feb 2009 at 12:21

GoogleCodeExporter commented 9 years ago
I vote for the cmake versions.  Although the lower-case version is more 
"unix-y", that's only a style issue, 
whereas the cmake/camelCase versions actually resolves some issues with OS X 
frameworks because it's 
consistent with the header file directories.

Original comment by ejtt...@gmail.com on 30 Jun 2009 at 8:00

GoogleCodeExporter commented 9 years ago
we will drop support for autotools and jam and focus on cmake. CMake can create 
unix makefiles

Original comment by erwin.coumans on 3 Nov 2009 at 6:17