Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
David Youssefi
otb
Commits
3b283523
Commit
3b283523
authored
16 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
Remplacement OTB_USE_VISU par OTB_USE_VISU_GUI
parent
2ca313a1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Examples/CMakeLists.txt
+4
-4
4 additions, 4 deletions
Examples/CMakeLists.txt
Examples/Tutorials/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Examples/Tutorials/CMakeLists.txt
README
+1
-1
1 addition, 1 deletion
README
with
7 additions
and
7 deletions
Examples/CMakeLists.txt
+
4
−
4
View file @
3b283523
...
...
@@ -26,9 +26,9 @@ SUBDIRS(
Markov
)
IF
(
OTB_USE_VISU
)
IF
(
OTB_USE_VISU
_GUI
)
SUBDIRS
(
Visu
)
ENDIF
(
OTB_USE_VISU
)
ENDIF
(
OTB_USE_VISU
_GUI
)
IF
(
OTB_USE_PATENTED
)
SUBDIRS
(
Patented
)
...
...
@@ -82,9 +82,9 @@ ELSE(OTB_BINARY_DIR)
Markov
)
IF
(
OTB_USE_VISU
)
IF
(
OTB_USE_VISU
_GUI
)
SUBDIRS
(
Visu
)
ENDIF
(
OTB_USE_VISU
)
ENDIF
(
OTB_USE_VISU
_GUI
)
IF
(
OTB_USE_PATENTED
)
SUBDIRS
(
Patented
)
...
...
This diff is collapsed.
Click to expand it.
Examples/Tutorials/CMakeLists.txt
+
2
−
2
View file @
3b283523
...
...
@@ -21,10 +21,10 @@ TARGET_LINK_LIBRARIES(Multispectral OTBCommon OTBIO)
ADD_EXECUTABLE
(
SmarterFilteringPipeline SmarterFilteringPipeline.cxx
)
TARGET_LINK_LIBRARIES
(
SmarterFilteringPipeline OTBCommon OTBIO
)
IF
(
OTB_USE_VISU
)
IF
(
OTB_USE_VISU
_GUI
)
ADD_EXECUTABLE
(
SimpleViewer SimpleViewer.cxx
)
TARGET_LINK_LIBRARIES
(
SimpleViewer OTBCommon OTBIO OTBGui OTBVisu
${
OTB_VISU_GUI_LIBRARIES
}
)
ENDIF
(
OTB_USE_VISU
)
ENDIF
(
OTB_USE_VISU
_GUI
)
ADD_EXECUTABLE
(
OrthoFusion OrthoFusion.cxx
)
TARGET_LINK_LIBRARIES
(
OrthoFusion OTBFusion OTBProjections OTBCommon OTBIO
)
...
...
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
3b283523
...
...
@@ -206,7 +206,7 @@ for details.
------------------
Due to an unknown bug, Fltk can't compile on some versions of Cygwin (OpenGL problems).
Put OTB_USE_VISU to OFF to avoid these problems.
Put OTB_USE_VISU
_GUI
to OFF to avoid these problems.
Some bugs can appear while compiling GDAL with JPEG2000 files : disable this format to resolve the problem.
...
...
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