favreau / bullet

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

Fix Apple/NVidia OpenCLClothDemo build (bullet_logo.png) #545

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of r2420, getting build error:
Error copying file (if different) from "Demos/OpenCLClothDemo/amdFlag.bmp" to 
"Demos/OpenCLClothDemo/Apple".

This is due to amdFlag.bmp being removed, but the CMakeLists.txt is still 
referencing it.  Supplied patch uses bullet_logo.png instead, as per 
AMD/Intel/MiniCL versions.

Original issue reported on code.google.com by ejtt...@gmail.com on 14 Sep 2011 at 5:32

Attachments:

GoogleCodeExporter commented 9 years ago
I ran into the same issues and already fixed it, thanks for the report

http://code.google.com/p/bullet/source/detail?r=2426

Original comment by erwin.coumans on 14 Sep 2011 at 11:15