From a6064f8be4616a3170c78580037e6ea3d0717308 Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Thu, 11 Jun 2026 09:43:16 -0700 Subject: [PATCH] Silence verbose ptxas output during builds. Signed-off-by: Josh Romero --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index afd2d18..7d90f6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -165,7 +165,6 @@ else() set_target_properties(cudecomp PROPERTIES CUDA_ARCHITECTURES "${CUDECOMP_CUDA_CC_LIST}") endif() -target_compile_options(cudecomp PRIVATE $<$:--ptxas-options=-v >) target_compile_options(cudecomp PRIVATE $<$:-Wno-deprecated-gpu-targets >) target_sources(cudecomp