From 60b59babcc4c3de4a3db62002c83db70d6f45b8d Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Wed, 31 Dec 2014 05:13:54 +0100 Subject: Fix libelf package search with CMake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6be35a1..89b2d99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) -- cgit v1.2.3