FindHDF5: Add explicit library location instead of guessed library name.
This commit is contained in:
parent
c173b1009a
commit
e4e309f165
@ -555,8 +555,8 @@ if(NOT HDF5_FOUND AND NOT HDF5_NO_FIND_PACKAGE_CONFIG_FILE)
|
||||
endif()
|
||||
if( _hdf5_lang_location )
|
||||
set(HDF5_${_lang}_LIBRARY ${_hdf5_lang_location})
|
||||
list(APPEND HDF5_LIBRARIES ${HDF5_${_lang}_TARGET}${_suffix})
|
||||
set(HDF5_${_lang}_LIBRARIES ${HDF5_${_lang}_TARGET}${_suffix})
|
||||
list(APPEND HDF5_LIBRARIES ${HDF5_${_lang}_LIBRARY})
|
||||
set(HDF5_${_lang}_LIBRARIES ${HDF5_${_lang}_LIBRARY})
|
||||
set(HDF5_${_lang}_FOUND TRUE)
|
||||
endif()
|
||||
if(HDF5_FIND_HL)
|
||||
@ -569,8 +569,8 @@ if(NOT HDF5_FOUND AND NOT HDF5_NO_FIND_PACKAGE_CONFIG_FILE)
|
||||
endif()
|
||||
if( _hdf5_lang_hl_location )
|
||||
set(HDF5_${_lang}_HL_LIBRARY ${_hdf5_lang_hl_location})
|
||||
list(APPEND HDF5_HL_LIBRARIES ${HDF5_${_lang}_HL_TARGET}${_suffix})
|
||||
set(HDF5_${_lang}_HL_LIBRARIES ${HDF5_${_lang}_HL_TARGET}${_suffix})
|
||||
list(APPEND HDF5_HL_LIBRARIES ${HDF5_${_lang}_HL_LIBRARY})
|
||||
set(HDF5_${_lang}_HL_LIBRARIES ${HDF5_${_lang}_HL_LIBRARY})
|
||||
set(HDF5_HL_FOUND TRUE)
|
||||
endif()
|
||||
unset(_hdf5_lang_hl_location)
|
||||
|
Loading…
Reference in New Issue
Block a user