Skip to content

Commit ec2b5f3

Browse files
committed
Reorder target_link_libraries for ecell4-core to improve readability
1 parent e8dd602 commit ec2b5f3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ecell4/core/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ file(GLOB CPP_FILES *.cpp)
1212
add_library(ecell4-core STATIC ${CPP_FILES})
1313

1414
target_link_libraries(ecell4-core PRIVATE
15-
${HDF5_LIBRARIES} ${Boost_LIBRARIES} ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
15+
${HDF5_CXX_LIBRARIES}
16+
${HDF5_LIBRARIES}
17+
${Boost_LIBRARIES}
18+
${GSL_LIBRARIES}
19+
${GSL_CBLAS_LIBRARIES}
20+
)
1621

1722
if(WITH_VTK AND NOT VTK_LIBRARIES)
1823
target_link_libraries(ecell4-core PRIVATE vtkHybrid vtkWidgets)

0 commit comments

Comments
 (0)