Skip to content

Export tiff targets

Milian Wolff requested to merge milianw/libtiff:wip/export-targets into master

Fixes build when including libtiff as a cmake subproject into another project and then installing a target from there which depends on tiff. For example we could end up with:

CMake Error in 3rdParty/diplib/CMakeLists.txt:
  export called with target "DIP" which requires target "tiff" that is not in
  any export set.

Merge request reports