From cdaad5dbef30d989fab207324ec3c37d6e50c5a0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 17 Dec 2018 16:41:34 +0100 Subject: Cleaning redundant link option specified This link is already specified "aft" target and should not be at a project level. Change-Id: I24fa930a92d450e9f488894863cccf2a01e5cbdd Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index ba64f50..3fe3534 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -81,7 +81,6 @@ set(INSTALL_PREFIX /opt/AGL CACHE PATH "INSTALL PREFIX PATH") # Customize link option # ----------------------------- #list(APPEND link_libraries -an-option) -list(APPEND link_libraries afb-helpers) # Compilation options definition # Use CMake generator expressions to specify only for a specific language -- cgit 1.2.3-korg