Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
206
Issues
206
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
b358cdd1
Commit
b358cdd1
authored
Oct 13, 2017
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG: wrong install directory for application built outside OTB
parent
6975c8c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
CMake/OTBModuleExternal.cmake
CMake/OTBModuleExternal.cmake
+3
-0
No files found.
CMake/OTBModuleExternal.cmake
View file @
b358cdd1
...
@@ -76,6 +76,9 @@ else()
...
@@ -76,6 +76,9 @@ else()
if
(
NOT OTB_INSTALL_PACKAGE_DIR
)
if
(
NOT OTB_INSTALL_PACKAGE_DIR
)
set
(
OTB_INSTALL_PACKAGE_DIR
"lib/cmake/OTB-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
"
)
set
(
OTB_INSTALL_PACKAGE_DIR
"lib/cmake/OTB-
${
OTB_VERSION_MAJOR
}
.
${
OTB_VERSION_MINOR
}
"
)
endif
()
endif
()
if
(
NOT OTB_INSTALL_APP_DIR
)
set
(
OTB_INSTALL_APP_DIR lib/otb/applications
)
endif
()
# Use OTB's flags.
# Use OTB's flags.
set
(
CMAKE_C_FLAGS
"
${
OTB_REQUIRED_C_FLAGS
}
${
CMAKE_C_FLAGS
}
"
)
set
(
CMAKE_C_FLAGS
"
${
OTB_REQUIRED_C_FLAGS
}
${
CMAKE_C_FLAGS
}
"
)
...
...
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