nmoehrle / mvs-texturing

Algorithm to texture 3D reconstructions from multi-view stereo images
Other
931 stars 328 forks source link

Fix compile error. The VERSION constant is conflicting with ROS #141

Closed oleg-alexandrov closed 4 years ago

oleg-alexandrov commented 4 years ago

The macro VERSION is something too general. In my case it conflicts with a VERSION variable in a ROS package. Ideally this should not even be a macro, rather a C++ constant variable within the local namespace.

nmoehrle commented 4 years ago

I fully agree, would merge it like this and adapt the general HEADER macro at a later point in time.