Skip to content

Commit

Permalink
cmake: add conv-static dependency to romio (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener authored Oct 9, 2019
1 parent 89d5223 commit cfec53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ck-libs/ampi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if(${CMK_AMPI_WITH_ROMIO})

# Since we link a program with charmc as part of ROMIO's configure,
# we need all libraries built at this point.
add_dependencies(romio moduleampi ampi-compat ck modulecompletion conv-partition conv-util hwloc)
add_dependencies(romio moduleampi ampi-compat ck modulecompletion conv-partition conv-util hwloc conv-static conv-core)
if(${CMK_CAN_LINK_FORTRAN})
add_dependencies(romio moduleampif)
endif()
Expand Down

0 comments on commit cfec53c

Please sign in to comment.