Skip to content
Snippets Groups Projects
Commit a26cfae7 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : findCUDA was overriden by wrong variable check in CMakeLists.txt

This check is only here to ensure cibuildwheel runs well on the gitlab server
parent 0f4c668b
No related branches found
No related tags found
3 merge requests!61v0.4.0,!54Fix the BatchNorm operator,!47v0.4.0
Pipeline #58492 passed
...@@ -60,7 +60,7 @@ endif() ...@@ -60,7 +60,7 @@ endif()
########## ##########
# CUDA # CUDA
if(NOT $ENV{AIDGE_INSTALL} STREQUAL "") if(NOT $ENV{CIBUILDWHEEL} STREQUAL "")
message(WARNING "Env var CIBUILDWHEEL detected : currently building for a release job." message(WARNING "Env var CIBUILDWHEEL detected : currently building for a release job."
"\nSetting manually CUDACXX, PATH & LD_LIBRARY_PATH Variables") "\nSetting manually CUDACXX, PATH & LD_LIBRARY_PATH Variables")
list(APPEND ENV{LD_LIBRARY_PATH} /usr/local/cuda/lib64) list(APPEND ENV{LD_LIBRARY_PATH} /usr/local/cuda/lib64)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment