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
204b2ce0
Commit
204b2ce0
authored
18 years ago
by
Julien Michel
Browse files
Options
Downloads
Patches
Plain Diff
Option OSSIM en advanced.
Switch pour le test d'ossim.
parent
2cbaeb37
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Testing/CMakeLists.txt
+8
-3
8 additions, 3 deletions
Testing/CMakeLists.txt
Utilities/CMakeLists.txt
+1
-0
1 addition, 0 deletions
Utilities/CMakeLists.txt
with
9 additions
and
3 deletions
Testing/CMakeLists.txt
+
8
−
3
View file @
204b2ce0
...
...
@@ -10,8 +10,10 @@ MAKE_DIRECTORY(${OTBTesting_BINARY_DIR}/Temporary)
IF
(
OTB_BINARY_DIR
)
# We are building inside the tree.
SUBDIRS
(
Code Fa Utilities
)
SUBDIRS
(
Code Fa
)
IF
(
OTB_OSSIM_COMPILATION
)
SUBDIRS
(
Utilities
)
ENDIF
(
OTB_OSSIM_COMPILATION
)
ELSE
(
OTB_BINARY_DIR
)
# We are building as a stand-alone project.
SET
(
LIBRARY_OUTPUT_PATH
${
OTBTesting_BINARY_DIR
}
/bin CACHE PATH
"Single output directory for building all libraries."
)
...
...
@@ -36,7 +38,10 @@ ELSE(OTB_BINARY_DIR)
FIND_PACKAGE
(
OTB
)
IF
(
OTB_FOUND
)
INCLUDE
(
${
OTB_USE_FILE
}
)
SUBDIRS
(
Code Fa Utilities
)
SUBDIRS
(
Code Fa
)
IF
(
OTB_OSSIM_COMPILATION
)
SUBDIRS
(
Utilities
)
ENDIF
(
OTB_OSSIM_COMPILATION
)
ELSE
(
OTB_FOUND
)
MESSAGE
(
"OTB not found. Please set OTB_DIR"
)
ENDIF
(
OTB_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
Utilities/CMakeLists.txt
+
1
−
0
View file @
204b2ce0
...
...
@@ -7,6 +7,7 @@ ENDIF(NOT OTB_USE_EXTERNAL_ITK)
SUBDIRS
(
BGL otbsvm
)
OPTION
(
OTB_OSSIM_COMPILATION
"EXPERIMENTAL: Compile OSSIM library embedded within OTB"
OFF
)
MARK_AS_ADVANCED
(
OTB_OSSIM_COMPILATION
)
IF
(
OTB_OSSIM_COMPILATION
)
SUBDIRS
(
OSSIM
)
...
...
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