File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if("opencl" IN_LIST LIBSYCL_ENABLE_BACKENDS)
2828endif ()
2929
3030# Disable errors from warnings while building the UR.
31- # And remember origin flags before doing that.
31+ # And remember the original flags before doing that.
3232set (CMAKE_CXX_FLAGS_BAK "${CMAKE_CXX_FLAGS} " )
3333if (WIN32 )
3434 append ("/WX-" CMAKE_CXX_FLAGS )
@@ -44,7 +44,7 @@ endif()
4444if (NOT FETCHCONTENT_SOURCE_DIR_UNIFIED-RUNTIME)
4545 find_package (unified-runtime)
4646 if (unified-runtime_FOUND)
47- message (" STATUS: unified-runtime is found " )
47+ message (STATUS "Found system install of unified-runtime" )
4848 return ()
4949 endif ()
5050endif ()
@@ -71,7 +71,7 @@ set(UNIFIED_RUNTIME_SOURCE_DIR
7171 "${unified-runtime_SOURCE_DIR}" CACHE PATH
7272 "Path to Unified Runtime Headers" FORCE)
7373
74- set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
74+ set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "UMF EXAMPLES" )
7575# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
7676# to link statically on windows
7777if (WIN32 )
You can’t perform that action at this time.
0 commit comments