Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
3bcf27cf
Commit
3bcf27cf
authored
Nov 15, 2013
by
Julien Malik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE: remove all leading space and tabs from cmake files
parent
e84f23c4
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
39 additions
and
37 deletions
+39
-37
CMake/FindOSGeo4W.cmake
CMake/FindOSGeo4W.cmake
+1
-1
Code/Wrappers/PyQt/CMakeLists.txt
Code/Wrappers/PyQt/CMakeLists.txt
+1
-0
Examples/CMakeLists.txt
Examples/CMakeLists.txt
+4
-4
Testing/Applications/CartographicDBValidation/CMakeLists.txt
Testing/Applications/CartographicDBValidation/CMakeLists.txt
+6
-6
Testing/Applications/FeatureExtraction/CMakeLists.txt
Testing/Applications/FeatureExtraction/CMakeLists.txt
+7
-7
Testing/Applications/Rasterization/CMakeLists.txt
Testing/Applications/Rasterization/CMakeLists.txt
+1
-1
Testing/Applications/Segmentation/CMakeLists.txt
Testing/Applications/Segmentation/CMakeLists.txt
+1
-1
Testing/Code/DisparityMap/CMakeLists.txt
Testing/Code/DisparityMap/CMakeLists.txt
+2
-2
Testing/Code/Learning/CMakeLists.txt
Testing/Code/Learning/CMakeLists.txt
+12
-12
Utilities/FLTK/CMakeLists.txt
Utilities/FLTK/CMakeLists.txt
+1
-1
Utilities/otbliblas/include/CMakeLists.txt
Utilities/otbliblas/include/CMakeLists.txt
+1
-0
Utilities/otbopenjpeg/CMake/TestLargeFiles.cmake
Utilities/otbopenjpeg/CMake/TestLargeFiles.cmake
+2
-2
No files found.
CMake/FindOSGeo4W.cmake
View file @
3bcf27cf
...
...
@@ -12,5 +12,5 @@ if(WIN32)
else
()
message
(
STATUS
"Could not find OSGeo4W"
)
endif
()
endif
()
Code/Wrappers/PyQt/CMakeLists.txt
View file @
3bcf27cf
Examples/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -95,11 +95,11 @@ else()
add_subdirectory
(
OBIA
)
add_subdirectory
(
Simulation
)
add_subdirectory
(
Hyperspectral
)
if
(
BUILD_APPLICATIONS
)
if
(
BUILD_APPLICATIONS
)
add_subdirectory
(
Application
)
endif
()
endif
()
if
(
OTB_USE_VISU_GUI
)
add_subdirectory
(
Visualization
)
endif
()
...
...
Testing/Applications/CartographicDBValidation/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -29,7 +29,7 @@ OTB_TEST_APPLICATION(NAME apTvCdbComputePolylineFeatureFromImage_LI_NOBUIL_gt
set_tests_properties
(
apTvCdbComputePolylineFeatureFromImage_LI_ROADSA_gt PROPERTIES DEPENDS apTvCdbComputePolylineFeatureFromImage_LI_NONDVI_gt
)
set_tests_properties
(
apTvCdbComputePolylineFeatureFromImage_LI_NOBUIL_gt PROPERTIES DEPENDS apTvCdbComputePolylineFeatureFromImage_LI_ROADSA_gt
)
OTB_TEST_APPLICATION
(
NAME apTvCdbComputePolylineFeatureFromImage_LI_NONDVI_wr
APP ComputePolylineFeatureFromImage
OPTIONS -in
${
OTB_DATA_LARGEINPUT_ROOT
}
/DEMPSTER-SHAFER/NDVI.TIF
...
...
@@ -130,7 +130,7 @@ OTB_TEST_APPLICATION(NAME cdbTvVectorDataDSValidationGroundTruth_LI
VALID --compare-ogr 0.0
${
OTBAPP_BASELINE_FILES
}
/cdbTvVectorDataDSValidationOutpout_LI_gt.shp
${
TEMP
}
/cdbTvVectorDataDSValidationOutpout_LI_gt.shp
)
OTB_TEST_APPLICATION
(
NAME cdbTvVectorDataDSValidationWrongRoads_LI
APP VectorDataDSValidation
...
...
@@ -142,7 +142,7 @@ OTB_TEST_APPLICATION(NAME cdbTvVectorDataDSValidationWrongRoads_LI
VALID --compare-ogr 0.0
${
OTBAPP_BASELINE_FILES
}
/cdbTvVectorDataDSValidationOutpout_LI_wr.shp
${
TEMP
}
/cdbTvVectorDataDSValidationOutpout_LI_wr.shp
)
OTB_TEST_APPLICATION
(
NAME apTvCdbVectorDataDSValidationRoadExtractionApplication_LI
APP VectorDataDSValidation
...
...
@@ -151,7 +151,7 @@ OTB_TEST_APPLICATION(NAME apTvCdbVectorDataDSValidationRoadExtractionApplication
-plasup
"NONDVI"
"ROADSA"
"NOBUIL"
-descmod
${
OTB_DATA_ROOT
}
/Input/Dempster-Shafer/DSFuzzyModel.xml
-out
${
TEMP
}
/apTvCdbVectorDataDSValidationOutpout_LI_RoadExtractionApplication.shp
)
Testing/Applications/FeatureExtraction/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -57,7 +57,7 @@ OTB_TEST_APPLICATION(NAME apTvFEHaralickTextureExtraction
VALID --compare-image
${
EPSILON_15
}
${
BASELINE
}
/apTvFEHaralickTextureExtraction.tif
${
TEMP
}
/apTvFEHaralickTextureExtraction.tif
)
OTB_TEST_APPLICATION
(
NAME apTvFESFSTextureExtraction
APP SFSTextureExtraction
OPTIONS -in
${
INPUTDATA
}
/QB_Toulouse_Ortho_PAN.tif
...
...
@@ -66,7 +66,7 @@ OTB_TEST_APPLICATION(NAME apTvFESFSTextureExtraction
VALID --compare-image
${
NOTOL
}
${
BASELINE
}
/apTvFESFSTextureExtraction.tif
${
TEMP
}
/apTvFESFSTextureExtraction.tif
)
OTB_TEST_APPLICATION
(
NAME apTvFEBinaryMorphologicalOperation
APP BinaryMorphologicalOperation
OPTIONS -in
${
INPUTDATA
}
/QB_Toulouse_Ortho_PAN_Mask.tif
...
...
@@ -79,7 +79,7 @@ OTB_TEST_APPLICATION(NAME apTvFEBinaryMorphologicalOperation
-out
${
TEMP
}
/apTvFEBinaryMorphologicalOperation.tif
VALID --compare-image
${
NOTOL
}
${
BASELINE
}
/apTvFEBinaryMorphologicalOperation.tif
${
TEMP
}
/apTvFEBinaryMorphologicalOperation.tif
)
${
TEMP
}
/apTvFEBinaryMorphologicalOperation.tif
)
OTB_TEST_APPLICATION
(
NAME apTvFEGrayScaleMorphologicalOperation
APP GrayScaleMorphologicalOperation
...
...
@@ -91,8 +91,8 @@ OTB_TEST_APPLICATION(NAME apTvFEGrayScaleMorphologicalOperation
-out
${
TEMP
}
/apTvFEGrayScaleMorphologicalOperation.tif
VALID --compare-image
${
NOTOL
}
${
BASELINE
}
/apTvFEGrayScaleMorphologicalOperation.tif
${
TEMP
}
/apTvFEGrayScaleMorphologicalOperation.tif
)
${
TEMP
}
/apTvFEGrayScaleMorphologicalOperation.tif
)
OTB_TEST_APPLICATION
(
NAME apTvFELocalStatisticExtraction
APP LocalStatisticExtraction
OPTIONS -in
${
INPUTDATA
}
/QB_Toulouse_Ortho_PAN.tif
...
...
@@ -101,8 +101,8 @@ OTB_TEST_APPLICATION(NAME apTvFELocalStatisticExtraction
-out
${
TEMP
}
/apTvFELocalStatisticExtraction.tif
VALID --compare-image
${
NOTOL
}
${
BASELINE
}
/feTvRadiometricMomentsImageFilter.tif
${
TEMP
}
/apTvFELocalStatisticExtraction.tif
)
${
TEMP
}
/apTvFELocalStatisticExtraction.tif
)
OTB_TEST_APPLICATION
(
NAME apTvFEEdgeExtraction
APP EdgeExtraction
OPTIONS -in
${
INPUTDATA
}
/QB_Toulouse_Ortho_PAN.tif
...
...
Testing/Applications/Rasterization/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -96,4 +96,4 @@ OTB_TEST_APPLICATION(NAME apTvRsRasterizationShadowsSHP
VALID --compare-image
${
NOTOL
}
${
BASELINE
}
/apTvRsRasterizationShadowsSHP.tif
${
TEMP
}
/apTvRsRasterizationShadowsSHP.tif
)
Testing/Applications/Segmentation/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -41,7 +41,7 @@ OTB_TEST_APPLICATION(NAME apTvCcConnectedComponentSegmentatioNoMask
-obia
"SHAPE_Elongation>8"
VALID --compare-ogr
${
NOTOL
}
${
BASELINE_FILES
}
/apTvCcConnectedComponentSegmentationNoMask.shp
${
TEMP
}
/apTvCcConnectedComponentSegmentationNoMask.shp
)
${
TEMP
}
/apTvCcConnectedComponentSegmentationNoMask.shp
)
#--- HooverCompareSegmentation ---#
OTB_TEST_APPLICATION
(
NAME apTvSeHooverCompareSegmentationTest
...
...
Testing/Code/DisparityMap/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -533,7 +533,7 @@ add_test(dmTuMulti3DMapToDEMFilterMeanMultiThreadMultiStream ${DISPARITYMAP_TEST
2
8
4
)
add_test
(
dmTuMulti3DMapToDEMFilterAccMultiThreadMultiStream
${
DISPARITYMAP_TESTS4
}
otbMulti3DMapToDEMFilter
${
BASELINE
}
/dmTvMultiDisparityMapTo3DFilterOutput.tif
...
...
@@ -544,7 +544,7 @@ add_test(dmTuMulti3DMapToDEMFilterAccMultiThreadMultiStream ${DISPARITYMAP_TESTS
2.5
3
8
4
4
)
endif
()
...
...
Testing/Code/Learning/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -9,7 +9,7 @@ set(LEARNING_TESTS4 ${CXX_TEST_PATH}/otbLearningTests4)
set
(
LEARNING_TESTS5
${
CXX_TEST_PATH
}
/otbLearningTests5
)
if
(
OTB_USE_OPENCV
)
set
(
LEARNING_TESTS6
${
CXX_TEST_PATH
}
/otbLearningTests6
)
endif
()
endif
()
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ otbLearningTESTS1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
@@ -778,7 +778,7 @@ if(OTB_USE_OPENCV)
add_test
(
leTuImageClassificationFilterNew
${
LEARNING_TESTS6
}
otbImageClassificationFilterNew
)
add_test
(
leTvImageClassificationFilterLibSVM
${
LEARNING_TESTS6
}
--compare-image
${
NOTOL
}
${
BASELINE
}
/leSVMImageClassificationFilterOutput.tif
...
...
@@ -788,7 +788,7 @@ if(OTB_USE_OPENCV)
${
INPUTDATA
}
/svm_model_image
${
TEMP
}
/leImageClassificationFilterLibSVMOutput.tif
)
add_test
(
leTvImageClassificationFilterSVM
${
LEARNING_TESTS6
}
--compare-image
${
NOTOL
}
${
BASELINE
}
/leImageClassificationFilterSVMOutput.tif
...
...
@@ -798,56 +798,56 @@ if(OTB_USE_OPENCV)
${
INPUTDATA
}
/ROI_QB_MUL_4_svmModel.txt
${
TEMP
}
/leImageClassificationFilterSVMOutput.tif
)
add_test
(
leTuLibSVMMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbLibSVMMachineLearningModelCanRead
${
TEMP
}
/libsvm_model.txt
)
set_tests_properties
(
leTuLibSVMMachineLearningModelCanRead
PROPERTIES DEPENDS leTvLibSVMMachineLearningModel
)
add_test
(
leTuSVMMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbSVMMachineLearningModelCanRead
${
TEMP
}
/svm_model.txt
)
set_tests_properties
(
leTuSVMMachineLearningModelCanRead
PROPERTIES DEPENDS leTvSVMMachineLearningModel
)
add_test
(
leTuRandomForestsMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbRandomForestsMachineLearningModelCanRead
${
TEMP
}
/rf_model.txt
)
set_tests_properties
(
leTuRandomForestsMachineLearningModelCanRead
PROPERTIES DEPENDS leTvRandomForestsMachineLearningModel
)
add_test
(
leTuBoostMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbBoostMachineLearningModelCanRead
${
TEMP
}
/boost_model.txt
)
set_tests_properties
(
leTuBoostMachineLearningModelCanRead
PROPERTIES DEPENDS leTvBoostMachineLearningModel
)
add_test
(
leTuANNMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbNeuralNetworkMachineLearningModelCanRead
${
TEMP
}
/ann_model.txt
)
set_tests_properties
(
leTuANNMachineLearningModelCanRead
PROPERTIES DEPENDS leTvANNMachineLearningModel
)
add_test
(
leTuNormalBayesMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbNormalBayesMachineLearningModelCanRead
${
TEMP
}
/normalbayes_model.txt
)
set_tests_properties
(
leTuNormalBayesMachineLearningModelCanRead
PROPERTIES DEPENDS leTvNormalBayesMachineLearningModel
)
add_test
(
leTuDecisionTreeMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbDecisionTreeMachineLearningModelCanRead
${
TEMP
}
/decisiontree_model.txt
)
set_tests_properties
(
leTuDecisionTreeMachineLearningModelCanRead
PROPERTIES DEPENDS leTvDecisionTreeMachineLearningModel
)
add_test
(
leTuGradientBoostedTreeMachineLearningModelCanRead
${
LEARNING_TESTS6
}
otbGradientBoostedTreeMachineLearningModelCanRead
${
TEMP
}
/gbt_model.txt
...
...
@@ -861,7 +861,7 @@ if(OTB_USE_OPENCV)
)
set_tests_properties
(
leTuKNNMachineLearningModelCanRead
PROPERTIES DEPENDS leTvKNearestNeighborsMachineLearningModel
)
endif
()
# Testing srcs
...
...
Utilities/FLTK/CMakeLists.txt
View file @
3bcf27cf
...
...
@@ -242,7 +242,7 @@ else()
set
(
HAVE_PNG_H 1
)
set
(
FLTK_PNG_LIBRARIES fltk_png
)
set
(
FLTK_LIBRARIES
"
${
FLTK_LIBRARIES
}
;fltk_png"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/png"
)
include_directories
(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/png"
)
endif
()
else
()
message
(
FATAL_ERROR
"Cannot find PNG library."
)
...
...
Utilities/otbliblas/include/CMakeLists.txt
View file @
3bcf27cf
Utilities/otbopenjpeg/CMake/TestLargeFiles.cmake
View file @
3bcf27cf
...
...
@@ -53,7 +53,7 @@ macro(OPJ_TEST_LARGE_FILES VARIABLE)
set
(
_LARGE_FILES 1
)
endif
()
endif
()
if
(
NOT FILE64_OK
)
# Test with _LARGEFILE_SOURCE
try_compile
(
FILE64_OK
"
${
PROJECT_BINARY_DIR
}
"
...
...
@@ -94,7 +94,7 @@ macro(OPJ_TEST_LARGE_FILES VARIABLE)
try_compile
(
FSEEKO_COMPILE_OK
"
${
PROJECT_BINARY_DIR
}
"
"
${
PROJECT_BINARY_DIR
}${
CMAKE_FILES_DIRECTORY
}
/TestLargeFiles.c"
)
if
(
FSEEKO_COMPILE_OK
)
message
(
STATUS
"Checking for fseeko/ftello - present"
)
endif
()
...
...
Write
Preview
Markdown
is supported
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