Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
ffbac851
Commit
ffbac851
authored
Jan 26, 2015
by
Jean-Christophe Fillion-Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix component names in "vtkhdf5-hl" install rules. Fixes
#15282
Change-Id: I71c7335b59921099a24cdeb64e6969e86b7f7d3a
parent
8a23675b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ThirdParty/hdf5/vtkhdf5/hl/src/CMakeLists.txt
ThirdParty/hdf5/vtkhdf5/hl/src/CMakeLists.txt
+3
-3
No files found.
ThirdParty/hdf5/vtkhdf5/hl/src/CMakeLists.txt
View file @
ffbac851
...
...
@@ -68,8 +68,8 @@ if (HDF5_EXPORTED_TARGETS AND NOT VTK_INSTALL_NO_LIBRARIES)
${
HDF5_HL_LIB_TARGET
}
EXPORT
${
HDF5_EXPORTED_TARGETS
}
LIBRARY
DESTINATION
${
VTK_INSTALL_
LIBRARY
_DIR
}
COMPONENT
hll
ibraries
ARCHIVE
DESTINATION
${
VTK_INSTALL_LIBRARY_DIR
}
COMPONENT
hll
ibraries
RUNTIM
E DESTINATION
${
VTK_INSTALL_
RUNTIME
_DIR
}
COMPONENT
hllibraries
RUNTIME
DESTINATION
${
VTK_INSTALL_
RUNTIME
_DIR
}
COMPONENT
RuntimeL
ibraries
LIBRARY
DESTINATION
${
VTK_INSTALL_LIBRARY_DIR
}
COMPONENT
RuntimeL
ibraries
ARCHIV
E DESTINATION
${
VTK_INSTALL_
LIBRARY
_DIR
}
COMPONENT
Development
)
endif
()
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