We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dd602 commit ec2b5f3Copy full SHA for ec2b5f3
1 file changed
ecell4/core/CMakeLists.txt
@@ -12,7 +12,12 @@ file(GLOB CPP_FILES *.cpp)
12
add_library(ecell4-core STATIC ${CPP_FILES})
13
14
target_link_libraries(ecell4-core PRIVATE
15
- ${HDF5_LIBRARIES} ${Boost_LIBRARIES} ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
+ ${HDF5_CXX_LIBRARIES}
16
+ ${HDF5_LIBRARIES}
17
+ ${Boost_LIBRARIES}
18
+ ${GSL_LIBRARIES}
19
+ ${GSL_CBLAS_LIBRARIES}
20
+)
21
22
if(WITH_VTK AND NOT VTK_LIBRARIES)
23
target_link_libraries(ecell4-core PRIVATE vtkHybrid vtkWidgets)
0 commit comments