Merge pull request #3088 from lukeyeager/bvlc/lmdb-nolock
[platform/upstream/caffeonacl.git] / cmake / Dependencies.cmake
index a77ac6d..5651e2b 100644 (file)
@@ -58,9 +58,9 @@ endif()
 include(cmake/Cuda.cmake)
 if(NOT HAVE_CUDA)
   if(CPU_ONLY)
-    message("-- CUDA is disabled. Building without it...")
+    message(STATUS "-- CUDA is disabled. Building without it...")
   else()
-    message("-- CUDA is not detected by cmake. Building without it...")
+    message(WARNING "-- CUDA is not detected by cmake. Building without it...")
   endif()
 
   # TODO: remove this not cross platform define in future. Use caffe_config.h instead.