mirror of https://github.com/davisking/dlib.git
Added more dianostic messages from cmake.
This commit is contained in:
parent
663a1b7127
commit
83385e2356
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue