diff --git a/tasks/CMakeLists.txt b/tasks/CMakeLists.txt index 9863ef1c1..75208e86f 100644 --- a/tasks/CMakeLists.txt +++ b/tasks/CMakeLists.txt @@ -33,9 +33,3 @@ foreach(sub IN LISTS subdirs) ppc_configure_subproject(${sub}) endif() endforeach() - -# ——— Install library target —————————————————————————————————————— -install(TARGETS ${name_lib} - ARCHIVE DESTINATION lib - LIBRARY DESTINATION lib -)