I cloned the palabos repository using "git clone
https://github.com/gladk/palabos.git" into the working directory. Then I tried to build the solution to make intended changes in the code. but when using cmake to make the solution I get the following error saying HDF5 library is missing and I don't know how to include this library.
CMake Error at C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS) (found
version "")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.23/Modules/FindHDF5.cmake:1007 (find_package_handle_standard_args)
examples/codesByTopic/aneurysm_xdmf_hdf5_output/CMakeLists.txt:10 (find_package)
Also sometimes with other repositories I get this error, "CMake Error at CMakeLists.txt:8 (SET_TARGET_PROPERTIES): SET_TARGET_PROPERTIES called with incorrect number of arguments". any help?
in palabos tutorial it's been said that Note that the Palabos code does not compile with Visual C++, and we don’t know why; any suggestion is appreciated.