summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChan Lee <chan45.lee@samsung.com>2016-10-26 21:30:04 +0900
committerChan Lee <chan45.lee@samsung.com>2016-10-26 21:30:04 +0900
commit5fe1d6e1de8a8664dd85454584593ae4a199f39f (patch)
tree787bc46e9c7e63efadc903321ee44801d8c28e8a
parent90ad2c656479499ae0e49433f8ccb881417c233e (diff)
downloadkey-manager-sandbox/chanleebf/asan.tar.gz
key-manager-sandbox/chanleebf/asan.tar.bz2
key-manager-sandbox/chanleebf/asan.zip
add lpthread to fix linking errorsandbox/chanleebf/asan
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
-rw-r--r--src/manager/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manager/CMakeLists.txt b/src/manager/CMakeLists.txt
index f0770e1c..eba0d911 100644
--- a/src/manager/CMakeLists.txt
+++ b/src/manager/CMakeLists.txt
@@ -66,6 +66,7 @@ SET_TARGET_PROPERTIES(
TARGET_LINK_LIBRARIES(${TARGET_KEY_MANAGER_COMMON}
${COMMON_DEP_LIBRARIES}
+ "-pthread"
)
##########################################################################