From 0dcb24b786467951c1cf19b7b266727a32e51f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20Pep=C3=A8=20Sciarria?= Date: Mon, 7 Jul 2025 12:34:14 +0200 Subject: [PATCH] [Hot fix]: remove default cuda include --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 46372b6c..958a4a51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -663,9 +663,9 @@ endif() if(PSB_BUILD_CUDA) - if(NOT DEFINED PSB_CUDA_PATH) - set(PSB_CUDA_PATH "/opt/cuda/12.8") - endif() + #if(NOT DEFINED PSB_CUDA_PATH) + # set(PSB_CUDA_PATH "/opt/cuda/12.8") + #endif() # Include the CMakeLists for the cuda library include(${CMAKE_CURRENT_LIST_DIR}/cuda/CMakeLists.txt) include_directories("${PSB_CUDA_PATH}/include")