Commit 83385e23 authored by Davis King's avatar Davis King

Added more dianostic messages from cmake.

parent 663a1b71
......@@ -772,6 +772,9 @@ if (NOT TARGET dlib)
if (USING_OLD_VISUAL_STUDIO_COMPILER)
message(STATUS "*** Dlib CUDA support requires C++11 but your compiler doesn't support it. ***")
endif()
if (NOT CUDA_FOUND)
message(STATUS "DID NOT FIND CUDA")
endif()
message(STATUS "Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA")
endif()
endif()
......
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