srv / avt_vimba_camera

ROS Driver for AVT cameras using VIMBA SDK
23 stars 93 forks source link

Fix 32-bit compiles #1

Closed cottsay closed 10 years ago

cottsay commented 10 years ago

There is no such thing as x86_32 architecture. Most Linux distros report i386 for 32-bit machines.

This is blocking 32-bit builds on Fedora, and when your package is added to the Ubuntu buildfarm, it will fail to build for 32-bit there, too.

miquelmassot commented 10 years ago

Thank you cottsay, the CMakeLists already sets the output variable. I didn't check for 32 bit.