From 4959806cb9db36ebe08d77e5562d3e9f28b50bdb Mon Sep 17 00:00:00 2001 From: Alexander Kutsan Date: Fri, 8 Sep 2017 23:46:56 +0300 Subject: Replace Functional module library Replace Adding functional module libaries before application manager library in message helper test It fixes linkage issue. --- src/components/application_manager/test/message_helper/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/application_manager/test/message_helper/CMakeLists.txt b/src/components/application_manager/test/message_helper/CMakeLists.txt index e4a77aa00a..ccf05fc1c9 100755 --- a/src/components/application_manager/test/message_helper/CMakeLists.txt +++ b/src/components/application_manager/test/message_helper/CMakeLists.txt @@ -49,8 +49,8 @@ set(LIBRARIES if(REMOTE_CONTROL) SET (LIBRARIES - ${LIBRARIES} FunctionalModule + ${LIBRARIES} ) endif(REMOTE_CONTROL) -- cgit v1.2.1