-
Notifications
You must be signed in to change notification settings - Fork 7.4k
[vtk] Add feature gdal and geojson, re-factory the feature select part #20147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ce6335a
[vtk] Add feature gdal and geojson, re-factory the feature select part
6109256
version stuff
e131ae2
Fix feature option MPI
0341729
Fix find and use gdal.
81bf006
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/…
a5afea9
version
0a4e228
Handle some of the same parameters
5136203
version
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| diff --git a/CMake/vtkInstallCMakePackage.cmake b/CMake/vtkInstallCMakePackage.cmake | ||
| index bcb2044..c87bb9c 100644 | ||
| --- a/CMake/vtkInstallCMakePackage.cmake | ||
| +++ b/CMake/vtkInstallCMakePackage.cmake | ||
| @@ -113,7 +113,6 @@ set(vtk_cmake_patch_files | ||
| patches/3.18/FindPython/Support.cmake | ||
| patches/3.18/FindPython2.cmake | ||
| patches/3.18/FindPython3.cmake | ||
| - patches/99/FindGDAL.cmake | ||
| patches/99/FindHDF5.cmake | ||
| patches/99/FindJPEG.cmake | ||
| patches/99/FindLibArchive.cmake | ||
| diff --git a/Geovis/GDAL/CMakeLists.txt b/Geovis/GDAL/CMakeLists.txt | ||
| index dfd58f0..f46177f 100644 | ||
| --- a/Geovis/GDAL/CMakeLists.txt | ||
| +++ b/Geovis/GDAL/CMakeLists.txt | ||
| @@ -9,4 +9,7 @@ vtk_module_add_module(VTK::GeovisGDAL | ||
| CLASSES ${classes}) | ||
| vtk_module_link(VTK::GeovisGDAL | ||
| PRIVATE | ||
| - GDAL::GDAL) | ||
| + ${GDAL_LIBRARIES}) | ||
| +vtk_module_include(VTK::GeovisGDAL | ||
| + PRIVATE | ||
| + ${GDAL_INCLUDE_DIRS}) | ||
| diff --git a/IO/GDAL/CMakeLists.txt b/IO/GDAL/CMakeLists.txt | ||
| index 0a1248a..621a060 100644 | ||
| --- a/IO/GDAL/CMakeLists.txt | ||
| +++ b/IO/GDAL/CMakeLists.txt | ||
| @@ -9,4 +9,7 @@ vtk_module_add_module(VTK::IOGDAL | ||
| CLASSES ${classes}) | ||
| vtk_module_link(VTK::IOGDAL | ||
| PRIVATE | ||
| - GDAL::GDAL) | ||
| + ${GDAL_LIBRARIES}) | ||
| +vtk_module_include(VTK::IOGDAL | ||
| + PRIVATE | ||
| + ${GDAL_INCLUDE_DIRS}) | ||
| \ No newline at end of file |
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.