Fix libelf package search with CMake

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 10 years ago
parent bead6a36fc
commit 60b59babcc

@ -57,7 +57,7 @@ if( WITH_BACKEND_LIBBFD )
elseif( WITH_BACKEND_LIBELF )
# Is libelf 0.8.2 safe enough? testing is currently on 0.8.6
pkg_search_module( BACKEND libelf >= 0.8.2 )
pkg_search_module( BACKEND libelf>=0.8.2 )
if( NOT BACKEND_FOUND )
tde_message_fatal( "libelf >= 0.8.2 are required, but not found on your system" )
endif( NOT BACKEND_FOUND )

Loading…
Cancel
Save