Commit e95b705a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

STYLE: remove unused variables _LINK_LIBS

No related merge requests found
Showing with 0 additions and 175 deletions
+0 -175
...@@ -18,11 +18,6 @@ ...@@ -18,11 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppChangeDetection_LINK_LIBS
${OTBApplicationEngine_LIBRARIES}
${OTBChangeDetection_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME MultivariateAlterationDetector NAME MultivariateAlterationDetector
SOURCES otbMultivariateAlterationDetector.cxx SOURCES otbMultivariateAlterationDetector.cxx
......
...@@ -18,33 +18,6 @@ ...@@ -18,33 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppClassification_LINK_LIBS
${OTBVectorDataBase_LIBRARIES}
${OTBConversion_LIBRARIES}
${OTBStatistics_LIBRARIES}
${OTBColorMap_LIBRARIES}
${OTBBoost_LIBRARIES}
${OTBInterpolation_LIBRARIES}
${OTBMajorityVoting_LIBRARIES}
${OTBVectorDataIO_LIBRARIES}
${OTBSOM_LIBRARIES}
${OTBSVMLearning_LIBRARIES}
${OTBLearningBase_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBIndices_LIBRARIES}
${OTBMathParser_LIBRARIES}
${OTBDempsterShafer_LIBRARIES}
${OTBGdalAdapters_LIBRARIES}
${OTBProjection_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBIOXML_LIBRARIES}
${OTBVectorDataManipulation_LIBRARIES}
${OTBStreaming_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
${OTBObjectList_LIBRARIES}
${OTBCommon_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME ComputeOGRLayersFeaturesStatistics NAME ComputeOGRLayersFeaturesStatistics
SOURCES otbComputeOGRLayersFeaturesStatistics.cxx SOURCES otbComputeOGRLayersFeaturesStatistics.cxx
......
...@@ -18,15 +18,6 @@ ...@@ -18,15 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppDescriptors_LINK_LIBS
${OTBGdalAdapters_LIBRARIES}
${OTBDescriptors_LIBRARIES}
${OTBTransform_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBGDAL_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME HomologousPointsExtraction NAME HomologousPointsExtraction
SOURCES otbHomologousPointsExtraction.cxx SOURCES otbHomologousPointsExtraction.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppDimensionalityReduction_LINK_LIBS
${OTBImageManipulation_LIBRARIES}
${OTBStatistics_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBDimensionalityReduction_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME DimensionalityReduction NAME DimensionalityReduction
SOURCES otbDimensionalityReduction.cxx SOURCES otbDimensionalityReduction.cxx
......
...@@ -18,15 +18,6 @@ ...@@ -18,15 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppEdge_LINK_LIBS
${OTBStatistics_LIBRARIES}
${OTBProjection_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBEdge_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME LineSegmentDetection NAME LineSegmentDetection
SOURCES otbLineSegmentDetection.cxx SOURCES otbLineSegmentDetection.cxx
......
...@@ -18,12 +18,6 @@ ...@@ -18,12 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppFiltering_LINK_LIBS
${OTBImageManipulation_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageBase_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME Smoothing NAME Smoothing
SOURCES otbSmoothing.cxx SOURCES otbSmoothing.cxx
......
...@@ -18,14 +18,6 @@ ...@@ -18,14 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppFusion_LINK_LIBS
${OTBImageBase_LIBRARIES}
${OTBInterpolation_LIBRARIES}
${OTBPanSharpening_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBProjection_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME BundleToPerfectSensor NAME BundleToPerfectSensor
SOURCES otbBundleToPerfectSensor.cxx SOURCES otbBundleToPerfectSensor.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppHyperspectral_LINK_LIBS
${OTBStatistics_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBEndmembersExtraction_LIBRARIES}
${OTBUnmixing_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME HyperspectralUnmixing NAME HyperspectralUnmixing
SOURCES otbHyperspectralUnmixing.cxx SOURCES otbHyperspectralUnmixing.cxx
......
...@@ -18,24 +18,6 @@ ...@@ -18,24 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppImageUtils_LINK_LIBS
${OTBStatistics_LIBRARIES}
${OTBColorMap_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBTransform_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBStreaming_LIBRARIES}
${OTBCarto_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
${OTBCurlAdapters_LIBRARIES}
${OTBProjection_LIBRARIES}
${OTBMathParser_LIBRARIES}
${OTBCommon_LIBRARIES}
${OTBInterpolation_LIBRARIES}
${OTBOSSIMAdapters_LIBRARIES}
${OTBObjectList_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME DownloadSRTMTiles NAME DownloadSRTMTiles
SOURCES otbDownloadSRTMTiles.cxx SOURCES otbDownloadSRTMTiles.cxx
......
...@@ -18,12 +18,6 @@ ...@@ -18,12 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppIndices_LINK_LIBS
${OTBIndices_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBObjectList_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME RadiometricIndices NAME RadiometricIndices
SOURCES otbRadiometricIndices.cxx SOURCES otbRadiometricIndices.cxx
......
...@@ -18,10 +18,6 @@ ...@@ -18,10 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppImageUtils_LINK_LIBS
${OTBKMZWriter_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME KmzExport NAME KmzExport
SOURCES otbKmzExport.cxx SOURCES otbKmzExport.cxx
......
...@@ -18,14 +18,6 @@ ...@@ -18,14 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppMathParser_LINK_LIBS
${OTBApplicationEngine_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBMathParser_LIBRARIES}
${OTBObjectList_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME BandMath NAME BandMath
SOURCES otbBandMath.cxx SOURCES otbBandMath.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppMathParserX_LINK_LIBS
${OTBApplicationEngine_LIBRARIES}
${OTBMathParserX_LIBRARIES}
${OTBObjectList_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME BandMathX NAME BandMathX
SOURCES otbBandMathX.cxx SOURCES otbBandMathX.cxx
......
...@@ -18,12 +18,6 @@ ...@@ -18,12 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppMoments_LINK_LIBS
${OTBMoments_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME LocalStatisticExtraction NAME LocalStatisticExtraction
SOURCES otbLocalStatisticExtraction.cxx SOURCES otbLocalStatisticExtraction.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppMorphology_LINK_LIBS
${OTBImageBase_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBObjectList_LIBRARIES}
${OTBMorphologicalProfiles_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME BinaryMorphologicalOperation NAME BinaryMorphologicalOperation
SOURCES otbBinaryMorphologicalOperation.cxx SOURCES otbBinaryMorphologicalOperation.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppOpticalCalibration_LINK_LIBS
${OTBOpticalCalibration_LIBRARIES}
${OTBProjection_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME OpticalCalibration NAME OpticalCalibration
SOURCES otbOpticalCalibration.cxx SOURCES otbOpticalCalibration.cxx
......
...@@ -18,21 +18,6 @@ ...@@ -18,21 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppProjection_LINK_LIBS
${OTBGdalAdapters_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
${OTBProjection_LIBRARIES}
${OTBImageBase_LIBRARIES}
${OTBTransform_LIBRARIES}
${OTBOSSIMAdapters_LIBRARIES}
${OTBCarto_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBMathParser_LIBRARIES}
${OTBCommon_LIBRARIES}
${OTBGDAL_LIBRARIES}
${OTBInterpolation_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME OrthoRectification NAME OrthoRectification
SOURCES otbOrthoRectification.cxx SOURCES otbOrthoRectification.cxx
......
...@@ -18,11 +18,6 @@ ...@@ -18,11 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppSARCalibration_LINK_LIBS
${OTBSARCalibration_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME SARCalibration NAME SARCalibration
SOURCES otbSARCalibration.cxx SOURCES otbSARCalibration.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppFiltering_LINK_LIBS
${OTBPolarimetry_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageBase_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME SARDecompositions NAME SARDecompositions
SOURCES otbSARDecompositions.cxx SOURCES otbSARDecompositions.cxx
......
...@@ -18,13 +18,6 @@ ...@@ -18,13 +18,6 @@
# limitations under the License. # limitations under the License.
# #
set(OTBAppFiltering_LINK_LIBS
${OTBPolarimetry_LIBRARIES}
${OTBImageManipulation_LIBRARIES}
${OTBApplicationEngine_LIBRARIES}
${OTBImageBase_LIBRARIES}
)
otb_create_application( otb_create_application(
NAME SARPolarMatrixConvert NAME SARPolarMatrixConvert
SOURCES otbSARPolarMatrixConvert.cxx SOURCES otbSARPolarMatrixConvert.cxx
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment