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
6d66362e
Commit
6d66362e
authored
16 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Improve OTBConfig.cmake.in and UseOTB.cmake.in files for setting externals libraries dir
parent
75807839
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
OTBConfig.cmake.in
+4
-0
4 additions, 0 deletions
OTBConfig.cmake.in
UseOTB.cmake.in
+9
-3
9 additions, 3 deletions
UseOTB.cmake.in
with
13 additions
and
3 deletions
OTBConfig.cmake.in
+
4
−
0
View file @
6d66362e
...
@@ -13,6 +13,9 @@
...
@@ -13,6 +13,9 @@
# Option use external ITK.
# Option use external ITK.
SET(OTB_USE_EXTERNAL_ITK "@OTB_USE_EXTERNAL_ITK@")
SET(OTB_USE_EXTERNAL_ITK "@OTB_USE_EXTERNAL_ITK@")
# Option use external ITK.
SET(OTB_USE_EXTERNAL_FLTK "@OTB_USE_EXTERNAL_FLTK@")
# The OTB source tree.
# The OTB source tree.
SET(OTB_SOURCE_DIR "@OTB_SOURCE_DIR@")
SET(OTB_SOURCE_DIR "@OTB_SOURCE_DIR@")
...
@@ -76,6 +79,7 @@ SET(OTB_VXL_DIR "@OTB_VXL_DIR@")
...
@@ -76,6 +79,7 @@ SET(OTB_VXL_DIR "@OTB_VXL_DIR@")
SET(OTB_FLTK_FLUID_EXECUTABLE "@FLTK_FLUID_EXECUTABLE@")
SET(OTB_FLTK_FLUID_EXECUTABLE "@FLTK_FLUID_EXECUTABLE@")
SET(OTB_ITK_DIR "@ITK_DIR@")
SET(OTB_ITK_DIR "@ITK_DIR@")
SET(OTB_FLTK_DIR "@FLTK_DIR@")
# FLTK informations
# FLTK informations
SET(FLTK_FLUID_EXECUTABLE "@OTB_FLTK_FLUID_EXECUTABLE@")
SET(FLTK_FLUID_EXECUTABLE "@OTB_FLTK_FLUID_EXECUTABLE@")
...
...
This diff is collapsed.
Click to expand it.
UseOTB.cmake.in
+
9
−
3
View file @
6d66362e
...
@@ -67,9 +67,15 @@ IF(OTB_USE_SYSTEM_VXL)
...
@@ -67,9 +67,15 @@ IF(OTB_USE_SYSTEM_VXL)
ENDIF(VXL_FOUND)
ENDIF(VXL_FOUND)
ENDIF(OTB_USE_SYSTEM_VXL)
ENDIF(OTB_USE_SYSTEM_VXL)
IF(OTB_USE_EXTERNAL_FLTK)
#WHERE TO FIND FLTK
SET(FLTK_FLUID_EXECUTABLE ${OTB_FLTK_FLUID_EXECUTABLE})
IF(OTB_USE_VISU_GUI)
ENDIF(OTB_USE_EXTERNAL_FLTK)
IF(OTB_USE_EXTERNAL_FLTK)
SET(FLTK_FLUID_EXECUTABLE ${OTB_FLTK_FLUID_EXECUTABLE})
INCLUDE(${OTB_FLTK_DIR}/FLTKConfig.cmake)
LINK_DIRECTORIES(${FLTK_LIBRARY_DIRS})
ENDIF(OTB_USE_EXTERNAL_FLTK)
ENDIF(OTB_USE_VISU_GUI)
#WHERE TO FIND ITK
#WHERE TO FIND ITK
IF(OTB_USE_EXTERNAL_ITK)
IF(OTB_USE_EXTERNAL_ITK)
...
...
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