Commit bf93f4f3 authored by Davis King's avatar Davis King

minor cleanup

parent c5f320e6
......@@ -432,6 +432,9 @@ if (NOT TARGET dlib)
/usr/local/cuda/lib
/usr/local/lib
)
if (cudnn)
message(STATUS "Found cuDNN: " ${cudnn})
endif()
mark_as_advanced(cudnn cudnn_include)
if (cudnn)
......@@ -447,7 +450,6 @@ if (NOT TARGET dlib)
if (CUDA_FOUND AND cudnn AND cudnn_include AND COMPILER_CAN_DO_CPP_11 AND cuda_test_compile_worked)
message(STATUS "Found cuDNN: " ${cudnn})
set(source_files ${source_files}
dnn/cuda_dlib.cu
dnn/cudnn_dlibapi.cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment