From c3f571e20f147a16df4a3f7d89dbc3aa94862723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20Pep=C3=A8=20Sciarria?= Date: Mon, 28 Apr 2025 10:15:27 +0200 Subject: [PATCH] Change name from BUILD_CUDA to PSB_BUILD_CUDA --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d961fcac..d91eefb6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -938,9 +938,9 @@ message(STATUS "Copied .h files to ${CMAKE_BINARY_DIR}/include") # Optionally check for CUDA requirement -option(BUILD_CUDA "Build CUDA code" OFF) +option(PSB_BUILD_CUDA "Build CUDA code" OFF) -if(BUILD_CUDA) +if(PSB_BUILD_CUDA) # Include the CMakeLists for the cbind library