From 0f729450be82741245856f529c0b3b9792c89512 Mon Sep 17 00:00:00 2001 From: Hyunil Date: Fri, 10 Apr 2020 13:28:51 +0900 Subject: [PATCH] fix library install destination for packaging aarch64 and x86_64 Change-Id: I40149f01a920a6210c5159dbf5f28554b5d8565d Signed-off-by: Hyunil --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a3505a..80855c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,7 +184,7 @@ if(WIN32) target_link_libraries(srtp2 ws2_32) endif() -install(TARGETS srtp2 DESTINATION lib) +install(TARGETS srtp2 DESTINATION ${LIB_INSTALL_DIR}) install(FILES include/srtp.h crypto/include/auth.h crypto/include/cipher.h crypto/include/cipher_types.h -- 2.7.4