Skip to content

Commit 72de617

Browse files
tlrmchlsmthNickLucche
authored andcommitted
Revert "[Build/CI] Fix libcuda.so linkage" (vllm-project#12552)
1 parent abd54c3 commit 72de617

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,6 @@ if(VLLM_GPU_LANG STREQUAL "CUDA")
446446
endif()
447447

448448
message(STATUS "Enabling C extension.")
449-
if(VLLM_GPU_LANG STREQUAL "CUDA")
450-
list(APPEND VLLM_C_LIBS cuda)
451-
endif()
452449
define_gpu_extension_target(
453450
_C
454451
DESTINATION vllm
@@ -457,7 +454,6 @@ define_gpu_extension_target(
457454
COMPILE_FLAGS ${VLLM_GPU_FLAGS}
458455
ARCHITECTURES ${VLLM_GPU_ARCHES}
459456
INCLUDE_DIRECTORIES ${CUTLASS_INCLUDE_DIR};${CUTLASS_TOOLS_UTIL_INCLUDE_DIR}
460-
LIBRARIES ${VLLM_C_LIBS}
461457
USE_SABI 3
462458
WITH_SOABI)
463459

0 commit comments

Comments
 (0)