diff --git a/libc/startup/gpu/CMakeLists.txt b/libc/startup/gpu/CMakeLists.txt index 33afe1ef3f83..7bd5f9e568a1 100644 --- a/libc/startup/gpu/CMakeLists.txt +++ b/libc/startup/gpu/CMakeLists.txt @@ -56,8 +56,4 @@ set(startup_components crt1) foreach(target IN LISTS startup_components) set(fq_target_name libc.startup.gpu.${target}) add_dependencies(libc-startup ${fq_target_name}) - install(FILES $ - DESTINATION ${CMAKE_INSTALL_LIBDIR} - RENAME $ - COMPONENT libc) endforeach()