Skip to content

Commit

Permalink
correctly set var
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Aug 5, 2023
1 parent ea5a42a commit 251a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lantern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (DEFINED ENV{CUDA} AND NOT "$ENV{CUDA}" STREQUAL "")
set(CUDA_VERSION "$ENV{CUDA}")
message(STATUS "CUDA VERSION: $ENV{CUDA} | ${CUDA_VERSION} | ${CUDA_VERSION_NUMBER}")

set(USE_CUDNN 1)
set(CAFFE2_USE_CUDNN 1)
endif()


Expand Down

0 comments on commit 251a0b8

Please sign in to comment.