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
8c0ff533
Commit
8c0ff533
authored
May 18, 2016
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SuperBuild: mantis-1192 take out unused itk dependencies
parent
4140385e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
SuperBuild/CMake/External_itk.cmake
SuperBuild/CMake/External_itk.cmake
+1
-8
No files found.
SuperBuild/CMake/External_itk.cmake
View file @
8c0ff533
...
...
@@ -101,14 +101,7 @@ else()
endforeach
()
# declare dependencies
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM
(
ITK TIFF EXPAT PNG ZLIB FFTW
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK TIFF_INCLUDE_DIR
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK TIFF_LIBRARY
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK EXPAT_INCLUDE_DIR
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK EXPAT_LIBRARY
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK PNG_INCLUDE_DIR
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK PNG_LIBRARY
)
ADDTO_DEPENDENCIES_IF_NOT_SYSTEM
(
ITK ZLIB FFTW
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK ZLIB_INCLUDE_DIR
)
ADD_SUPERBUILD_CMAKE_VAR
(
ITK ZLIB_LIBRARY
)
...
...
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