We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4b934 commit 98205d4Copy full SHA for 98205d4
CMakeLists.txt
@@ -232,8 +232,7 @@ endif()
232
# https://github.com/Parallel-NetCDF/E3SM-IO
233
234
if(H5BENCH_E3SM)
235
- string(REPLACE ";" " " HDF5_LIBS_CLEAN "${HDF5_LIBRARIES}")
236
- set(E3SM_LIBS "${HDF5_LIBS_CLEAN} -ldl -lpthread")
+ set(E3SM_LIBS "-lhdf5 -lz -ldl -lm -lpthread")
237
238
ExternalProject_Add(h5bench_e3sm
239
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/e3sm
0 commit comments