summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-09-08 23:46:56 +0300
committerAlexander Kutsan <akutsan@luxoft.com>2017-09-08 23:53:26 +0300
commit4959806cb9db36ebe08d77e5562d3e9f28b50bdb (patch)
treeee55afc73afd1cafa3f760052e6424f42e49fb10
parentda4b5766ca3f1fca4caa4b4815073f72dfe37182 (diff)
downloadsdl_core-4959806cb9db36ebe08d77e5562d3e9f28b50bdb.tar.gz
Replace Functional module library
Replace Adding functional module libaries before application manager library in message helper test It fixes linkage issue.
-rwxr-xr-xsrc/components/application_manager/test/message_helper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)