From 771d312468610a50be313d467caa761b5555bfdb Mon Sep 17 00:00:00 2001 From: Tomoya Fujita Date: Sun, 1 Mar 2026 21:51:30 +0900 Subject: [PATCH] fix cmake build command with CUDA debug option. Signed-off-by: Tomoya Fujita --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4686e11d5..6fe3cdf97 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ in this configuration, hence it's not on by default. Enablement of on-device deb To enable cuda-gdb for samples builds, define the `ENABLE_CUDA_DEBUG` flag on the CMake command line. For example: ``` -cmake -DENABLE_CUDA_DEBUG=True ... +cmake -DENABLE_CUDA_DEBUG=True .. ``` ### Platform-Specific Samples