aemu/del-cuda.patch
Marc-André Lureau dadb12f905 Initial import
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2023-11-10 15:53:31 +04:00

13 lines
625 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4de86a4..be7a41d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -105,7 +105,6 @@ if(AEMU_COMMON_GEN_PKGCONFIG)
install(DIRECTORY base/include/aemu DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
install(DIRECTORY snapshot/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/snapshot)
install(DIRECTORY host-common/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/host-common)
- install(DIRECTORY third-party/cuda/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/aemu/host-common)
set(INSTALL_TARGETS
aemu-base
aemu-host-common