Skip to content

Commit

Permalink
Not the correct fix, but now it compiles on my machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakinwecker committed Apr 25, 2021
1 parent 162d78a commit 327bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IF(NCXX_ENABLE_TESTS)

ENDIF()

SET(ALL_TLL_LIBS ${HDF5_C_LIBRARY_hdf5})
SET(ALL_TLL_LIBS ${HDF5_HL_LIBRARIES} ${HDF5_C_LIBRARIES} curl ${CMAKE_DL_LIBS})
SET(ALL_TLL_LIBS ${ALL_TLL_LIBS} ${EXTRA_DEPS} PARENT_SCOPE)

ADD_LIBRARY(netcdf-cxx4 ${CXX_SOURCES})
Expand Down

0 comments on commit 327bc0b

Please sign in to comment.