Skip to content

Commit 142c224

Browse files
fix nits
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent 9daa5a7 commit 142c224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libsycl/cmake/Modules/FetchUnifiedRuntime.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if("opencl" IN_LIST LIBSYCL_ENABLE_BACKENDS)
2828
endif()
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.
3232
set(CMAKE_CXX_FLAGS_BAK "${CMAKE_CXX_FLAGS}")
3333
if(WIN32)
3434
append("/WX-" CMAKE_CXX_FLAGS)
@@ -44,7 +44,7 @@ endif()
4444
if(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()
5050
endif()
@@ -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
7777
if(WIN32)

0 commit comments

Comments
 (0)