From df670bc3e23b9004fe4b8526e4e1dc8b61615e8e Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Wed, 3 May 2017 11:03:21 +0200
Subject: Fix: efence library inclusion

Change-Id: I51bc49cb663c61e23407e7da9bc4294344c0e4c0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
---
 template/etc/macros.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'template/etc')

diff --git a/template/etc/macros.cmake b/template/etc/macros.cmake
index 4c2b64c..2c53983 100644
--- a/template/etc/macros.cmake
+++ b/template/etc/macros.cmake
@@ -197,7 +197,7 @@ CHECK_LIBRARY_EXISTS(efence malloc "" HAVE_LIBEFENCE)
 IF(HAVE_LIBEFENCE)
 	MESSAGE(STATUS "Linking with ElectricFence for debugging purposes...")
 	SET(libefence_LIBRARIES "-lefence")
-	list (APPEND link_libraries libefence_LIBRARIES})
+	list (APPEND link_libraries ${libefence_LIBRARIES})
 ENDIF(HAVE_LIBEFENCE)
 ENDIF(CMAKE_BUILD_TYPE MATCHES DEBUG)
 
-- 
cgit