Skip to content

Commit f6a8c83

Browse files
authored
Remove unused install target (#449)
Remove leftover install block from tasks/CMakeLists.txt
1 parent 1d835cc commit f6a8c83

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tasks/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,3 @@ foreach(sub IN LISTS subdirs)
3333
ppc_configure_subproject(${sub})
3434
endif()
3535
endforeach()
36-
37-
# ——— Install library target ——————————————————————————————————————
38-
install(TARGETS ${name_lib}
39-
ARCHIVE DESTINATION lib
40-
LIBRARY DESTINATION lib
41-
)

0 commit comments

Comments
 (0)