* [libgeotiff] Install doc files in the correct place
The original portfile put documentation (authors, readme, etc.) inside
of vcpkg/installed/<triplet>/doc. This commit modifies the portfile such
that the files are installed to
vcpkg/installed/<triplet>/share/libgeotiff/doc instead.
* [libgeotiff] Bump version
* [libgeotiff] Avoid file(INSTALL)
* [libgeotiff] fix compile on linux
Fix cmake libtiff functions detetion failure
caused by finding no functions in libm.
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [libgeotiff] fix utility binary handling in linux
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
* [tiff] Fix static transitive dependencies
* [libgeotiff] Fix .dll and .exe manipulation
* [leptonica] Find dependencies in installed cmake config file
* [tiff] Do not add cmake targets to TIFF_LIBRARIES
* [tiff] Link consumers against m on unix platforms
- Import CMakeLists updates from libgeotiff trunk HEAD.
It makes unify target name among static/shared libs.
- Rebased patches and generated from git format-patch command.
These two patches are as same code as previous one.
- Publish patches on https://github.com/miurahr/libgeotiff
Signed-off-by: Hiroshi Miura <miurahr@linux.com>