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
c2ccc0af
Commit
c2ccc0af
authored
Feb 19, 2007
by
Thomas Feuvrier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mise a jour de la variable OTB_USE_VISU par OTB_USE_VISU_GUI.
parent
05b4e4a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
CMakeLists.txt
CMakeLists.txt
+4
-4
Code/CMakeLists.txt
Code/CMakeLists.txt
+2
-2
Testing/Code/CMakeLists.txt
Testing/Code/CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
c2ccc0af
...
@@ -96,9 +96,9 @@ LINK_DIRECTORIES( ${GDAL_LIBRARY_DIRS} )
...
@@ -96,9 +96,9 @@ LINK_DIRECTORIES( ${GDAL_LIBRARY_DIRS} )
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# Option for generate Visu tools !!!
# Option for generate Visu tools !!!
OPTION
(
OTB_USE_VISU
"Generate
Visu tools directory. If ON, find OpenGL and FLTK package."
ON
)
OPTION
(
OTB_USE_VISU
_GUI
"Generate Gui/
Visu tools directory. If ON, find OpenGL and FLTK package."
ON
)
MARK_AS_ADVANCED
(
OTB_USE_VISU
)
MARK_AS_ADVANCED
(
OTB_USE_VISU
_GUI
)
IF
(
OTB_USE_VISU
)
IF
(
OTB_USE_VISU
_GUI
)
#-------------------------------
#-------------------------------
# Librairie OpenGL
# Librairie OpenGL
...
@@ -122,7 +122,7 @@ IF(OTB_USE_VISU)
...
@@ -122,7 +122,7 @@ IF(OTB_USE_VISU)
"Cannot build OTB project without FLTK. Please set FLTK_DIR or set OTB_USE_VISU to OFF."
)
"Cannot build OTB project without FLTK. Please set FLTK_DIR or set OTB_USE_VISU to OFF."
)
ENDIF
(
FLTK_FOUND
)
ENDIF
(
FLTK_FOUND
)
ENDIF
(
OTB_USE_VISU
)
ENDIF
(
OTB_USE_VISU
_GUI
)
...
...
Code/CMakeLists.txt
View file @
c2ccc0af
SUBDIRS
(
Common BasicFilters IO ChangeDetection FeatureExtraction Learning MultiScale DisparityMap SpatialReasoning
)
SUBDIRS
(
Common BasicFilters IO ChangeDetection FeatureExtraction Learning MultiScale DisparityMap SpatialReasoning
)
IF
(
OTB_USE_VISU
)
IF
(
OTB_USE_VISU
_GUI
)
SUBDIRS
(
Visu Gui
)
SUBDIRS
(
Visu Gui
)
ENDIF
(
OTB_USE_VISU
)
ENDIF
(
OTB_USE_VISU
_GUI
)
Testing/Code/CMakeLists.txt
View file @
c2ccc0af
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
SUBDIRS
(
Common IO BasicFilters FeatureExtraction ChangeDetection Learning MultiScale DisparityMap SpatialReasoning
)
SUBDIRS
(
Common IO BasicFilters FeatureExtraction ChangeDetection Learning MultiScale DisparityMap SpatialReasoning
)
IF
(
OTB_USE_VISU
)
IF
(
OTB_USE_VISU
_GUI
)
SUBDIRS
(
Visu Gui
)
SUBDIRS
(
Visu Gui
)
ENDIF
(
OTB_USE_VISU
)
ENDIF
(
OTB_USE_VISU
_GUI
)
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