summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-09-11 10:49:39 -0400
committerGitHub <noreply@github.com>2017-09-11 10:49:39 -0400
commit1e56f2d97d3a589ef95a1fb215bde2085dfbc437 (patch)
treeee55afc73afd1cafa3f760052e6424f42e49fb10
parentda4b5766ca3f1fca4caa4b4815073f72dfe37182 (diff)
parent4959806cb9db36ebe08d77e5562d3e9f28b50bdb (diff)
downloadsdl_core-1e56f2d97d3a589ef95a1fb215bde2085dfbc437.tar.gz
Merge pull request #1752 from LuxoftAKutsan/hotfix/extended_policy_tests_build_issue
Replace Functional module library
-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)