mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
added #ifdef if compiling on MSVC
This commit is contained in:
parent
5ea178ba27
commit
c97f38dce9
@ -3,8 +3,10 @@
|
||||
|
||||
#define abstraction_num 7
|
||||
#define flip_factor 1.5f
|
||||
#ifdef _MSC_VER
|
||||
#define _USE_OMP
|
||||
#undef _USE_OMP
|
||||
//#undef _USE_OMP
|
||||
#endif
|
||||
#define _MESHLAB
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user