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
Julien Cabieces
otb
Commits
f5df4a84
Commit
f5df4a84
authored
10 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
COMP: applications, Python and Java lib should be merged into a specific otb folder
parent
efa68b42
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
3
−
3
View file @
f5df4a84
...
...
@@ -70,13 +70,13 @@ if(NOT OTB_INSTALL_INCLUDE_DIR)
set
(
OTB_INSTALL_INCLUDE_DIR include/OTB-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
)
endif
()
if
(
NOT OTB_INSTALL_APP_DIR
)
set
(
OTB_INSTALL_APP_DIR
"
${
OTB_INSTALL_LIBRARY_DIR
}
/applications"
)
set
(
OTB_INSTALL_APP_DIR
"
lib/otb
/applications"
)
endif
()
if
(
NOT OTB_INSTALL_PYTHON_DIR
)
set
(
OTB_INSTALL_PYTHON_DIR
"
${
OTB_INSTALL_LIBRARY_DIR
}
/python"
)
set
(
OTB_INSTALL_PYTHON_DIR
"
lib/otb
/python"
)
endif
()
if
(
NOT OTB_INSTALL_JAVA_DIR
)
set
(
OTB_INSTALL_JAVA_DIR
"
${
OTB_INSTALL_LIBRARY_DIR
}
/java"
)
set
(
OTB_INSTALL_JAVA_DIR
"
lib/otb
/java"
)
endif
()
if
(
NOT OTB_INSTALL_DATA_DIR
)
set
(
OTB_INSTALL_DATA_DIR share/OTB-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
)
...
...
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