From 2b4b2695ce3ccb59d11b72101ca08a6121c42e6f Mon Sep 17 00:00:00 2001 From: Matthias Puchner <github@mpuchner.de> Date: Mon, 2 Aug 2021 15:39:20 +0200 Subject: [PATCH] rectify install command for qAccordion --- 3rdparty/GUI/qaccordion/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/GUI/qaccordion/src/CMakeLists.txt b/3rdparty/GUI/qaccordion/src/CMakeLists.txt index 2290925eabf..a35fd9c10f6 100644 --- a/3rdparty/GUI/qaccordion/src/CMakeLists.txt +++ b/3rdparty/GUI/qaccordion/src/CMakeLists.txt @@ -106,7 +106,7 @@ if (QACCORDION_BUILD_TESTER) target_link_libraries(accordion_tester qAccordion Qt5::Widgets Qt5::Network) endif(QACCORDION_BUILD_TESTER) -install(TARGETS qAccordion DESTINATION lib) +install (TARGETS qAccordion DESTINATION ${destination_lib} COMPONENT Libraries) install(FILES ${base_path}/include/qAccordion/clickableframe.h DESTINATION include/qAccordion) install(FILES ${base_path}/include/qAccordion/contentpane.h DESTINATION include/qAccordion) install(FILES ${base_path}/include/qAccordion/qaccordion.h DESTINATION include/qAccordion) -- GitLab