From fb5ac3803dff55782c84a3dfe4c03082ce34cb21 Mon Sep 17 00:00:00 2001 From: kanonwyqwas <46067218+KanonWY@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:59:10 +0800 Subject: [PATCH] Update CMakeLists.txt fix sdk install error dir --- thirdparty/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt index 54930df2..b5e6316f 100644 --- a/thirdparty/CMakeLists.txt +++ b/thirdparty/CMakeLists.txt @@ -27,8 +27,8 @@ target_include_directories(ddscxx INTERFACE $) ## Install targets -install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/lib/${CMAKE_SYSTEM_PROCESSOR} +install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/lib/${CMAKE_SYSTEM_PROCESSOR}/ DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/include/ - DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) \ No newline at end of file + DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})