Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
af7239e8
Commit
af7239e8
authored
Nov 08, 2021
by
Cédric Traizet
Browse files
REFAC: remove deprecated application DownloadSRTMTiles (download link dead)
parent
18dc504c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppImageUtils/app/CMakeLists.txt
View file @
af7239e8
...
...
@@ -18,11 +18,6 @@
# limitations under the License.
#
otb_create_application
(
NAME DownloadSRTMTiles
SOURCES otbDownloadSRTMTiles.cxx
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
otb_create_application
(
NAME PixelValue
SOURCES otbPixelValue.cxx
...
...
Modules/Applications/AppImageUtils/app/otbDownloadSRTMTiles.cxx
deleted
100644 → 0
View file @
18dc504c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Modules/Applications/AppImageUtils/test/CMakeLists.txt
View file @
af7239e8
...
...
@@ -29,14 +29,6 @@ add_executable(otbAppImageUtilsTestDriver ${OTBAppImageUtilsTests})
target_link_libraries
(
otbAppImageUtilsTestDriver
${
OTBAppImageUtils-Test_LIBRARIES
}
)
otb_module_target_label
(
otbAppImageUtilsTestDriver
)
#----------- DownloadSRTMTiles TESTS ----------------
otb_test_application
(
NAME apTuUtDownloadSRTMTiles
APP DownloadSRTMTiles
OPTIONS -il LARGEINPUT{QUICKBIRD/TOULOUSE/000000128955_01_P001_MUL/02APR01105228-M1BS-000000128955_01_P001.TIF}
-mode list
-tiledir
${
INPUTDATA
}
/DEM/srtm_directory
)
#----------- DynamicConvert TESTS ------------
otb_test_application
(
NAME apTvUtDynamicConvertBasic
APP DynamicConvert
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment