Change name from BUILD_CUDA to PSB_BUILD_CUDA

pull/28/head
Luca Pepè Sciarria 1 year ago
parent 719d7e2629
commit c3f571e20f

@ -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

Loading…
Cancel
Save