Skip to content
Snippets Groups Projects
Commit f4609e9e authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

use libjpeg-turbo on macos

parent ea0fe67a
No related branches found
No related tags found
1 merge request!12Master
...@@ -13,7 +13,7 @@ else (USESYSTEMLIBS) ...@@ -13,7 +13,7 @@ else (USESYSTEMLIBS)
use_prebuilt_binary(jpeglib) use_prebuilt_binary(jpeglib)
set(JPEG_LIBRARIES jpeg) set(JPEG_LIBRARIES jpeg)
elseif (DARWIN) elseif (DARWIN)
use_prebuilt_binary(jpeglib) use_prebuilt_binary(libjpeg-turbo)
set(JPEG_LIBRARIES jpeg) set(JPEG_LIBRARIES jpeg)
elseif (WINDOWS) elseif (WINDOWS)
use_prebuilt_binary(libjpeg-turbo) use_prebuilt_binary(libjpeg-turbo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment