• Show log

    Commit

  • Hash : 3f43bb33
    Author : DRC
    Date : 2024-05-06T13:03:46

    Build: Don't use COMPONENT w/install(INCLUDES ...)
    
    (Regression introduced by 24e09baaf024e71841a92d30d0e763242ed959ef)
    
    The install() INCLUDES option is not an artifact option.  It specifies
    a list of directories that will be added to the
    INTERFACE_INCLUDE_DIRECTORIES target property when the target is
    exported using the install() EXPORT option, which occurs when CMake
    package config files are generated.  Specifying 'COMPONENT include' with
    the install() INCLUDES option caused the INTERFACE_INCLUDE_DIRECTORIES
    properties in our CMake package config files to contain
    '${_IMPORT_PREFIX}/COMPONENT', which caused errors of the form 'Imported
    target "libjpeg-turbo::XXXX" includes non-existent path' when downstream
    build systems attempted to include libjpeg-turbo using find_package().
    
    Fixes #759
    Closes #760
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libjpeg-turbo.git
    Git SSH git@git.kmx.io:kc3-lang/libjpeg-turbo.git
    Public access ? public
    Description

    Fork of libjpeg with SIMD

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags