compatible with cmake 2.8.8

This commit is contained in:
Xiaoqiang Wang
2017-07-27 14:28:14 +02:00
parent 71204172df
commit 7fa13a5d5d

View File

@@ -88,5 +88,5 @@ target_link_libraries(slsReceiver
) )
if (HDF5_FOUND) if (HDF5_FOUND)
target_link_libraries(slsReceiver ${HDF5_CXX_LIBRARIES}) target_link_libraries(slsReceiver ${HDF5_LIBRARIES})
endif () endif ()