Need to comment this out, or it will keep searching for hdf5, without success
This commit is contained in:
parent
77d0cb4c8d
commit
cff31fc577
|
@ -208,7 +208,7 @@ else(NOT CASACORE_INCLUDE_DIR)
|
||||||
foreach(_comp ${_find_components})
|
foreach(_comp ${_find_components})
|
||||||
casacore_find_library(casa_${_comp})
|
casacore_find_library(casa_${_comp})
|
||||||
if(${_comp} STREQUAL casa)
|
if(${_comp} STREQUAL casa)
|
||||||
casacore_find_package(HDF5)
|
# casacore_find_package(HDF5)
|
||||||
casacore_find_library(m)
|
casacore_find_library(m)
|
||||||
list(APPEND CASACORE_LIBRARIES ${CMAKE_DL_LIBS})
|
list(APPEND CASACORE_LIBRARIES ${CMAKE_DL_LIBS})
|
||||||
elseif(${_comp} STREQUAL coordinates)
|
elseif(${_comp} STREQUAL coordinates)
|
||||||
|
|
Loading…
Reference in New Issue