Skip to content

Commit

Permalink
Add dependency ct_common -> ct_chopping
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Nov 12, 2017
1 parent acbcc71 commit 7d0e683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ target_link_libraries ( ct_chopping PUBLIC ct_common ct_biocore
target_link_libraries ( ct_cluster PUBLIC ct_common )
target_link_libraries ( ct_common PUBLIC Boost::boost Boost::log Boost::thread Boost::timer ${RT_LIBRARY} )
target_link_libraries ( ct_display_colour PUBLIC ct_common )
target_link_libraries ( ct_options PUBLIC ct_common Boost::program_options )
target_link_libraries ( ct_options PUBLIC ct_common ct_chopping Boost::program_options )
target_link_libraries ( ct_remain PUBLIC ct_common )
target_link_libraries ( ct_resolve_hits PUBLIC ct_common )
target_link_libraries ( ct_seq PUBLIC ct_common )
Expand Down

0 comments on commit 7d0e683

Please sign in to comment.