Merge pull request #99 from fairlight1337/master

Removed linking to IBERTY_LIBRARY and added Boost to CMakeLists file
pull/40/head
Nestal Wan 2012-07-19 08:40:27 -07:00
commit 28e4956af9
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ endif ( BFD_FOUND )
if ( IBERTY_FOUND )
set( OPT_LIBS ${OPT_LIBS} ${IBERTY_LIBRARY} )
else ( IBERTY_FOUND )
set( IBERTY_LIBRARY "" )
endif ( IBERTY_FOUND )
if ( ZLIB_FOUND )