ethz-asl / depth_segmentation

A collection of segmentation methods working on depth images
BSD 3-Clause "New" or "Revised" License
129 stars 34 forks source link

Support for using clang compiler #24

Closed panjekm closed 6 years ago

panjekm commented 6 years ago

There are different openMP libraries for clang and gcc. Added a logic to use the right one depending on which compiler is used (g++ or clang).