summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-08 21:54:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-08 21:54:40 (GMT)
commit3712738877a14c3257155acd1f558cfe039f3625 (patch)
tree23d048cd3afa5c0b7db49cf34acf411b0a6166b0 /CMakeInstallation.cmake
parent00d29181b51deba64a8a716309e828a0bd53aaa7 (diff)
downloadhdf5-3712738877a14c3257155acd1f558cfe039f3625.zip
hdf5-3712738877a14c3257155acd1f558cfe039f3625.tar.gz
hdf5-3712738877a14c3257155acd1f558cfe039f3625.tar.bz2
HDFFV-4359 Add C,HL,CXX files
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake18
1 files changed, 0 insertions, 18 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 0bfb2cc..4a09d2d 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -144,24 +144,6 @@ install (
)
#-----------------------------------------------------------------------------
-# Create pkgconfig files
-#-----------------------------------------------------------------------------
-#foreach (libs ${LINK_LIBS})
-# set (LIBS "${LIBS} -l${libs}")
-#endforeach ()
-#foreach (libs ${HDF5_LIBRARIES_TO_EXPORT})
-# set (HDF5LIBS "${HDF5LIBS} -l${libs}")
-#endforeach ()
-#configure_file (
-# ${HDF_RESOURCES_DIR}/libhdf5.pc.in
-# ${HDF5_BINARY_DIR}/CMakeFiles/libhdf5.pc @ONLY
-#)
-#install (
-# FILES ${HDF5_BINARY_DIR}/CMakeFiles/libhdf5.pc
-# DESTINATION ${HDF5_INSTALL_LIB_DIR}/pkgconfig
-#)
-
-#-----------------------------------------------------------------------------
# Configure the HDF518_Examples.cmake file and the examples
#-----------------------------------------------------------------------------
option (HDF5_PACK_EXAMPLES "Package the HDF5 Library Examples Compressed File" OFF)