Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
37314357
Commit
37314357
authored
May 10, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PKG: empty custom target PACKAGE-TOOLS on windows
parent
659fe85f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
SuperBuild/CMake/External_pkgtools.cmake
SuperBuild/CMake/External_pkgtools.cmake
+2
-10
No files found.
SuperBuild/CMake/External_pkgtools.cmake
View file @
37314357
...
...
@@ -6,18 +6,10 @@ set(PKGTOOLS_SB_PREFIX_DIR "${CMAKE_BINARY_DIR}/PACKAGE-TOOLS")
include
(
ExternalProject
)
if
(
WIN32
)
ExternalProject_Add
(
PACKAGE-TOOLS
PREFIX
"
${
PKGTOOLS_SB_PREFIX_DIR
}
"
URL
"https://www.orfeo-toolbox.org/packages/qt4-native-tools-win64.zip"
URL_MD5 0e4bfd5677eb63ae691f4615a4338490
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
CONFIGURE_COMMAND
""
BUILD_COMMAND
""
INSTALL_COMMAND
""
)
add_custom_target
(
PACKAGE-TOOLS
)
return
()
endif
()
if
(
UNIX AND NOT WIN32
)
if
(
APPLE
)
add_custom_target
(
PATCHELF
)
...
...
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