We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16de340 + a7d84f3 commit 82abea6Copy full SHA for 82abea6
cmake/Dependencies.cmake
@@ -55,9 +55,9 @@ endif()
55
include(cmake/Cuda.cmake)
56
if(NOT HAVE_CUDA)
57
if(CPU_ONLY)
58
- message("-- CUDA is disabled. Building without it...")
+ message(STATUS "-- CUDA is disabled. Building without it...")
59
else()
60
- message("-- CUDA is not detected by cmake. Building without it...")
+ message(WARNING "-- CUDA is not detected by cmake. Building without it...")
61
endif()
62
63
# TODO: remove this not cross platform define in future. Use caffe_config.h instead.
0 commit comments