Skip to content

Commit

Permalink
Build zlib and openexr by default on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
emgucv committed Dec 30, 2021
1 parent 499850f commit f05879b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/macos/configure
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ cmake $BUILD_ARCH $OSX_SYSROOT_OPTION $CV_OPTIMIZATION \
-DBUILD_TESTS:BOOL=FALSE \
-DBUILD_DOCS:BOOL=FALSE \
-DBUILD_JPEG:BOOL=TRUE \
-DBUILD_ZLIB:BOOL=TRUE \
-DBUILD_OPENEXR:BOOL=TRUE \
$CV_PNG_OPTION \
-DBUILD_TIFF:BOOL=TRUE \
-DWITH_WEBP:BOOL=OFF \
Expand Down

0 comments on commit f05879b

Please sign in to comment.