do not set define HAS_OPENMP when makefile define OPENMP is set - fixes warning about macro redefinition

This commit is contained in:
Oliver Stöneberg 2014-10-21 11:19:49 +02:00
parent a9ce0f0fbd
commit 7cedfb4b51

View File

@ -554,7 +554,6 @@ CCOMFLAGS += -msse2
endif
ifdef OPENMP
DEFS += -DHAS_OPENMP
CCOMFLAGS += -fopenmp
else
CCOMFLAGS += -Wno-unknown-pragmas