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
db207d56
Commit
db207d56
authored
Jul 27, 2016
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: install VERSION also for windows
parent
087d5268
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
SuperBuild/Packaging/CMakeLists.txt
SuperBuild/Packaging/CMakeLists.txt
+1
-1
SuperBuild/Packaging/PackageHelper.cmake
SuperBuild/Packaging/PackageHelper.cmake
+1
-1
No files found.
SuperBuild/Packaging/CMakeLists.txt
View file @
db207d56
...
...
@@ -167,7 +167,7 @@ else() #unixes
set
(
Monteverdi_SOURCE_DIR
"
${
SUPERBUILD_BINARY_DIR
}
/MVD/src/MVD"
)
set
(
Monteverdi_BINARY_DIR
"
${
SUPERBUILD_BINARY_DIR
}
/MVD/build"
)
set
(
MONTEVERDI_INSTALL_DIR
"
${
SUPERBUILD_INSTALL_DIR
}
"
)
set
(
OTB_INSTALL_DIR
"
${
SUPERBUILD_
BINARY_DIR
}
/OTB/build
"
)
set
(
OTB_INSTALL_DIR
"
${
SUPERBUILD_
INSTALL_DIR
}
"
)
set
(
DEPENDENCIES_INSTALL_DIR
"
${
SUPERBUILD_INSTALL_DIR
}
"
)
set
(
QT_PLUGINS_DIR
"
${
SUPERBUILD_INSTALL_DIR
}
/plugins"
)
set
(
QT_TRANSLATIONS_DIR
"
${
SUPERBUILD_INSTALL_DIR
}
/translations"
)
...
...
SuperBuild/Packaging/PackageHelper.cmake
View file @
db207d56
...
...
@@ -374,7 +374,7 @@ function(func_install_support_files)
endif
()
####################### Install VERSION ##########################
file
(
GLOB OTB_VERSION_FILES
${
PKG_SHARE_SOURCE_DIR
}
/doc/OTB-*/VERSION
)
file
(
GLOB OTB_VERSION_FILES
${
OTB_INSTALL_DIR
}
/share
/doc/OTB-*/VERSION
)
if
(
OTB_VERSION_FILES
)
list
(
SORT OTB_VERSION_FILES
)
list
(
GET OTB_VERSION_FILES -1 OTB_LATEST_VERSION_FILE
)
...
...
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