libwebp/cmake
James Zern b24b22fbc8 WebPConfig.cmake.in: add find_dependency(Threads)
when WEBP_USE_THREAD=1; this is necessary after:
0d1b9bc4 WEBP_DEP_LIBRARIES: use Threads::Threads

fixes:
CMake Error at WebPTargets.cmake:76 (set_target_properties):
  The link interface of target "WebP::webp" contains:

    Threads::Threads

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Bug: webp:583
Change-Id: I19633bcceccacb95be06aa9610512127f3c288a6
Fixed: webp:583
(cherry picked from commit 5dbc4bfa1b)
2023-02-28 03:22:02 +00:00
..
config.h.in Fix check_c_source_compiles with pthread. 2021-01-19 23:15:16 +01:00
cpu.cmake cpu.cmake: fix compiler flag detection w/3.17.0+ 2021-07-05 18:16:55 -07:00
deps.cmake WEBP_DEP_LIBRARIES: use Threads::Threads 2022-05-31 17:09:09 -05:00
WebPConfig.cmake.in WebPConfig.cmake.in: add find_dependency(Threads) 2023-02-28 03:22:02 +00:00