mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
[svn-r22633] Correct packaing info
This commit is contained in:
parent
db5a8eaa54
commit
e7896ce1ce
@ -1,5 +1,5 @@
|
||||
#
|
||||
# To be used by projects that make use of Cmakeified hdf5-1.8
|
||||
# To be used by projects that make use of Cmakeified hdf5-@HDF5_PACKAGE_VERSION@
|
||||
#
|
||||
|
||||
#
|
||||
@ -10,9 +10,9 @@
|
||||
# HDF5_FOUND - True if found, otherwise all other vars are undefined
|
||||
# HDF5_INCLUDE_DIR - The include dir for main *.h files
|
||||
# HDF5_FORTRAN_INCLUDE_DIR - The include dir for fortran modules and headers
|
||||
# HDF5_VERSION_STRING - full version (e.g. 1.8.5)
|
||||
# HDF5_VERSION_MAJOR - major part of version (e.g. 1.8)
|
||||
# HDF5_VERSION_MINOR - minor part (e.g. 5)
|
||||
# HDF5_VERSION_STRING - full version (e.g. @HDF5_PACKAGE_VERSION@)
|
||||
# HDF5_VERSION_MAJOR - major part of version (e.g. @HDF5_PACKAGE_VERSION_MAJOR@)
|
||||
# HDF5_VERSION_MINOR - minor part (e.g. @HDF5_PACKAGE_VERSION_MINOR@)
|
||||
#
|
||||
# The following boolean vars will be defined
|
||||
# HDF5_ENABLE_PARALLEL - 1 if HDF5 parallel supported
|
||||
@ -36,7 +36,7 @@
|
||||
# hdf5_hl_cpp : High Level cpp interface library
|
||||
#
|
||||
# To aid in finding HDF5 as part of a subproject set
|
||||
# HDF5_ROOT_DIR_HINT to the location where hdf5-config.cmake lies
|
||||
# HDF5_ROOT_DIR_HINT to the location where @HDF5_PACKAGE@@HDF_PACKAGE_EXT@-config.cmake lies
|
||||
|
||||
INCLUDE (SelectLibraryConfigurations)
|
||||
INCLUDE (FindPackageHandleStandardArgs)
|
||||
@ -63,6 +63,7 @@ FIND_PATH (HDF5_ROOT_DIR "@HDF5_PACKAGE@@HDF_PACKAGE_EXT@-config.cmake"
|
||||
HINTS ${_HDF5_HINTS}
|
||||
PATHS ${_HDF5_PATHS}
|
||||
PATH_SUFFIXES
|
||||
cmake/@HDF5_PACKAGE@
|
||||
lib/cmake/@HDF5_PACKAGE@
|
||||
share/cmake/@HDF5_PACKAGE@
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user