Skip to content
Snippets Groups Projects
Commit ef28b938 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 a39f0aab
No related branches found
No related tags found
1 merge request!43fix 0.3.1
......@@ -67,7 +67,7 @@ endif()
##########
# CUDA
if(NOT $ENV{AIDGE_INSTALL} STREQUAL "")
if(NOT $ENV{CIBUILDWHEEL} STREQUAL "")
message(WARNING "Env var CIBUILDWHEEL detected : currently building for a release job."
"\nSetting manually CUDACXX, PATH & LD_LIBRARY_PATH Variables")
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