From ef6cb1295c17ae5fb8c356730f76692a11d6f806 Mon Sep 17 00:00:00 2001 From: Lucas Wilkinson Date: Sun, 8 Jun 2025 19:54:44 +0000 Subject: [PATCH] remove unnesscary newline change Signed-off-by: Lucas Wilkinson --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fbddfcaaa148f..fcf4b24cd15ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,6 +168,7 @@ if(NVCC_THREADS AND VLLM_GPU_LANG STREQUAL "CUDA") list(APPEND VLLM_GPU_FLAGS "--threads=${NVCC_THREADS}") endif() + # # Use FetchContent for C++ dependencies that are compiled as part of vLLM's build process. # setup.py will override FETCHCONTENT_BASE_DIR to play nicely with sccache.