From 632956a55ec4c504add97b93a64fba3824625188 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Fri, 20 Jun 2025 07:43:47 +0200 Subject: [PATCH 1/2] Remove undefined install target --- tasks/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tasks/CMakeLists.txt b/tasks/CMakeLists.txt index 9863ef1c1..8a94a09d5 100644 --- a/tasks/CMakeLists.txt +++ b/tasks/CMakeLists.txt @@ -34,8 +34,3 @@ foreach(sub IN LISTS subdirs) endif() endforeach() -# ——— Install library target —————————————————————————————————————— -install(TARGETS ${name_lib} - ARCHIVE DESTINATION lib - LIBRARY DESTINATION lib -) From e2db905b4baed90e7901777d739204cbdcd66968 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Fri, 20 Jun 2025 09:31:21 +0200 Subject: [PATCH 2/2] Remove extra newline --- tasks/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/CMakeLists.txt b/tasks/CMakeLists.txt index 8a94a09d5..75208e86f 100644 --- a/tasks/CMakeLists.txt +++ b/tasks/CMakeLists.txt @@ -33,4 +33,3 @@ foreach(sub IN LISTS subdirs) ppc_configure_subproject(${sub}) endif() endforeach() -