mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:32:45 +08:00
OpenMP is not yet supported on Mac OS X (clang)
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
|
||||
#include "utility.h"
|
||||
|
||||
#include <omp.h>
|
||||
#ifndef __APPLE__ // CLang++ does not have yet implementet OpenMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
Rect expandRect(Rect original, int expandXPixels, int expandYPixels, int maxX, int maxY)
|
||||
{
|
||||
|
Reference in New Issue
Block a user