From c4c7b87cd30ff4ce6190b0fd83b7e1f1686604d0 Mon Sep 17 00:00:00 2001 From: gnumlab Date: Mon, 5 May 2025 11:09:15 +0200 Subject: [PATCH] hot fix --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b56a004f..caa6225f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1036,8 +1036,6 @@ if(PSB_BUILD_CUDA) add_library(psb_cuda_C OBJECT ${cuda_source_C_files} ${cuda_source_cu_files}) - # Create the main CUDA library - add_library(cuda ${cuda_source_files}) # Create the main CUDA library add_library(cuda ${cuda_source_files})