From ebcc6dba5f0815877322256095b400b31adac5f4 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Tue, 21 Mar 2023 21:00:46 -0500 Subject: [libc] Don't install the GPU startup code for now Summary: This startup code is only intended to be used internally, we shouldn't export it under a conflicting name. In the future we may package this in an exportable format. --- libc/startup/gpu/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libc/startup') diff --git a/libc/startup/gpu/CMakeLists.txt b/libc/startup/gpu/CMakeLists.txt index 33afe1e..7bd5f9e5 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() -- cgit v1.1