HingeAssembler / HINGE

Software accompanying "HINGE: Long-Read Assembly Achieves Optimal Repeat Resolution"
http://genome.cshlp.org/content/27/5/747.full.pdf+html?sid=39918b0d-7a7d-4a12-b720-9238834902fd
Other
64 stars 9 forks source link

add Boost_INCLUDE_DIR #128

Closed jameslz closed 6 years ago

jameslz commented 6 years ago

FIND_PACKAGE( Boost COMPONENTS graph REQUIRED ) INCLUDE_DIRECTORIES( ${Boost_INCLUDE_DIR} )

fxia22 commented 6 years ago

Thanks for the PR.