mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
opencv: disable OpenMP support
Since there is currently no easy way to know if the current Buildroot configuration has a toolchain supporting OpenMP (especially for external toolchains), then just disable it. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
9401953c45
commit
2abfd50aef
@@ -154,6 +154,7 @@ OPENCV_CONF_OPT += \
|
||||
-DWITH_OPENCL=OFF \
|
||||
-DWITH_OPENEXR=OFF \
|
||||
-DWITH_OPENGL=OFF \
|
||||
-DWITH_OPENMP=OFF \
|
||||
-DWITH_OPENNI=OFF \
|
||||
-DWITH_UNICAP=OFF \
|
||||
-DWITH_XINE=OFF
|
||||
|
||||
Reference in New Issue
Block a user