[libgeotiff] Fix packagename via find_package#15750
Merged
dan-shaw merged 14 commits intomicrosoft:masterfrom Jan 29, 2021
Merged
[libgeotiff] Fix packagename via find_package#15750dan-shaw merged 14 commits intomicrosoft:masterfrom
dan-shaw merged 14 commits intomicrosoft:masterfrom
Conversation
…Li1013/vcpkg into dev/NancyLi/fix-libgeotiff # Conflicts: # ports/libgeotiff/portfile.cmake
416845f to
4a8ad21
Compare
added 6 commits
January 26, 2021 02:06
…Li1013/vcpkg into dev/NancyLi/fix-libgeotiff
…NancyLi/fix-libgeotiff
JackBoosY
approved these changes
Jan 27, 2021
Contributor
|
Oh! Weren't liblas and pdal indication enough that canonical usage is This PR and the referenced issue are invalid. I'm working on a port update, and I will need to revert this change. |
dg0yt
added a commit
to dg0yt/vcpkg
that referenced
this pull request
Nov 8, 2021
dan-shaw
pushed a commit
that referenced
this pull request
Nov 10, 2021
* Update to 1.7.0 * Refresh patches, drop fix-proj4.patch * Restore GeoTIFF cmake package name (reverts #15750) * Add usage (reason: #15723) * Remove zlib dependency, transitive usage only * Move tools to optional feature * Modernize portfile, fix copyright * Don't install doc and man files * Trim main patch * Allow reduced tiff dependencies * Update versions * Remove libgeotiff uwp failure from CI baseline * Update GeoTIFF in gdal wrapper * Update versions * Update GeoTIFF in pdal config * Update versions * Switch to 'version' field * Update versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the pull request
Update cmake config files name to fix the usage since they are named by
PROJECT_NAME.Now it has been updated as the follows:
find_package(GeoTIFF CONFIG REQUIRED)