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 6caefd4 commit b9c9cbeCopy full SHA for b9c9cbe
h5cpp-config.cmake.in
@@ -32,7 +32,6 @@ if(H5CPP_BOOST_ENABLED)
32
message(FATAL_ERROR "Could not find Boost filesystem library - cannot load h5cpp targets")
33
endif()
34
35
- link_directories(${Boost_LIBRARY_DIRS})
36
37
38
find_dependency(Threads)
src/h5cpp/CMakeLists.txt
@@ -77,9 +77,9 @@ endif()
77
target_link_libraries(h5cpp
78
PUBLIC
79
${H5CPP_LINKS}
80
+ hdf5::hdf5
81
PRIVATE ${COVERAGE_LIBRARIES}
82
hdf5::hdf5_hl
- hdf5::hdf5
83
Threads::Threads
84
${H5CPP_FILTER_TARGETS}
85
${CMAKE_DL_LIBS}
0 commit comments