mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 04:48:23 +01:00
fix: cuda not required
This commit is contained in:
parent
589773731a
commit
db36a99462
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user