There was an error while loading. Please reload this page.
1 parent 08dac28 commit 566c09cCopy full SHA for 566c09c
1 file changed
CMakeLists.txt
@@ -30,7 +30,7 @@ find_package(HDF5 1.14 COMPONENTS C CXX HL CONFIG REQUIRED)
30
if (HDF5_FOUND)
31
message(STATUS "HDF5 was found ... ${HDF5_VERSION}")
32
include_directories(${HDF5_INCLUDE_DIRS})
33
- target_link_libraries(your_target_name ${HDF5_LIBRARIES})
+ target_link_libraries(ecell4-core ${HDF5_LIBRARIES})
34
if(WIN32)
35
add_definitions(-DH5_BUILT_AS_DYNAMIC_LIB)
36
endif()
0 commit comments