diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake index b6c51e639ee..72f5accca3f 100644 --- a/cmake/Dependencies.cmake +++ b/cmake/Dependencies.cmake @@ -92,7 +92,7 @@ endif() if(USE_XPU) include(${CMAKE_CURRENT_LIST_DIR}/public/xpu.cmake) if(NOT PYTORCH_FOUND_XPU) - message(WARNING "Not compiling with XPU. Could NOT find SYCL." + message(WARNING "Not compiling with XPU. Could NOT find SYCL. " "Suppress this warning with -DUSE_XPU=OFF.") caffe2_update_option(USE_XPU OFF) endif()