From db36a994622c389bfd8f39ec7cb6fb5c9f0d4d49 Mon Sep 17 00:00:00 2001 From: straile Date: Thu, 17 Oct 2024 10:21:45 +0200 Subject: [PATCH] fix: cuda not required --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9a7293b22..eb3c1c879 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,7 +30,7 @@ if(USE_AI_SURROGATE) message("Building with AI surrogate functions") message(" -- Needs Python (with Numpy & Keras) and Threads libraries") - find_package(CUDA REQUIRED) + find_package(CUDA) message(" -- Setting TensorFlow CUDA path to: ${CUDA_TOOLKIT_ROOT_DIR}") # make sure to use the python installation from the conda environment