Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diapotb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Remote Modules
diapotb
Commits
35eb5fdf
Commit
35eb5fdf
authored
1 year ago
by
Valentin Genin
Browse files
Options
Downloads
Patches
Plain Diff
ENH: adapt SARGridStatistics to OTB v8
parent
74d3bc6e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!57
Update to OTB V8
,
!56
Update to OTB v8
,
!55
Chaine diap otb s1 & s1iw v8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/CMakeLists.txt
+4
-4
4 additions, 4 deletions
app/CMakeLists.txt
with
4 additions
and
4 deletions
app/CMakeLists.txt
+
4
−
4
View file @
35eb5fdf
...
...
@@ -69,10 +69,10 @@ OTB_CREATE_APPLICATION(NAME SARRobustInterferogram
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
#
OTB_CREATE_APPLICATION(NAME SARGridStatistics
#
SOURCES otbSARGridStatistics.cxx
#
LINK_LIBRARIES ${${otb-module}_LIBRARIES}
#
)
OTB_CREATE_APPLICATION
(
NAME SARGridStatistics
SOURCES otbSARGridStatistics.cxx
LINK_LIBRARIES
${${
otb-module
}
_LIBRARIES
}
)
OTB_CREATE_APPLICATION
(
NAME SARDeramp
SOURCES otbSARDeramp.cxx
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment