"docs/vscode:/vscode.git/clone" did not exist on "c57b8b184bcd21723df284767f8262839d9c60d6"
Commit d2b80bfe authored by Davis King's avatar Davis King
Browse files

Switched order of things in if statement so cmake hopefully won't give weird errors.

parent 74fbca45
......@@ -600,7 +600,7 @@ if (NOT TARGET dlib)
endif()
endif()
if (CUDA_FOUND AND cudnn AND cudnn_include AND COMPILER_CAN_DO_CPP_11 AND cuda_test_compile_worked AND cudnn_test_compile_worked)
if (CUDA_FOUND AND cudnn AND COMPILER_CAN_DO_CPP_11 AND cuda_test_compile_worked AND cudnn_test_compile_worked AND cudnn_include)
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