mirror of
https://github.com/opencv/opencv.git
synced 2024-12-12 15:19:11 +08:00
11 lines
226 B
CMake
11 lines
226 B
CMake
|
set(CV_TRACE OFF)
|
||
|
|
||
|
# These third parties libraries are incompatible with the semihosting
|
||
|
# toolchain.
|
||
|
set(WITH_JPEG OFF)
|
||
|
set(WITH_OPENEXR OFF)
|
||
|
set(WITH_TIFF OFF)
|
||
|
|
||
|
# Turn off `libpng` for some linking issues.
|
||
|
set(WITH_PNG OFF)
|