Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Use exported targets for libjpeg-turbo and bump min to 2.1 #3987

Merged
merged 1 commit into from
Sep 22, 2023

Commits on Sep 16, 2023

  1. build: Use exported targets for libjpeg-turbo and bump min to 2.1

    libjpeg-turbo has exported cmake configs since its version 2.1.
    Relying on this simplifies the build and allows us to completely
    remove the troublesome Findlibjpeg-turbo.cmake. This implies raising
    the floor for libjpeg-turbo support to 2.1 (the current release is
    3.0) which was released in April 2021 (beta in Nov 2020).
    
    That's cutting it a little close (we usually support dependencies
    going back at least 3 years at a minimum, and often significantly
    longer).  But since this is an optional dependency anyway and
    simplifies the build, I'm tempted to do so.
    
    Signed-off-by: Larry Gritz <lg@larrygritz.com>
    lgritz committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    8a595bc View commit details
    Browse the repository at this point in the history