From 30f15760d8e932b456f06d6a6775a3d4c2ea6c5f Mon Sep 17 00:00:00 2001 From: clibdev <52199778+clibdev@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:24:50 +0200 Subject: [PATCH] Update CMakeLists.txt Co-authored-by: slaren --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b86505703..6b6c4bf72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -779,7 +779,6 @@ set(CUDA_CXX_FLAGS "") if (LLAMA_CUBLAS) set(CUDA_FLAGS -use_fast_math) - list(APPEND CUDA_CXX_FLAGS ${CXX_FLAGS}) if (NOT MSVC) list(APPEND CUDA_CXX_FLAGS -Wno-pedantic) endif()