File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22# Under the Apache License v2.0 with LLVM Exceptions. See LICENSE.TXT.
33# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
5+ message (STATUS "CMake version: ${CMAKE_VERSION} " )
56cmake_minimum_required (VERSION 3.14.0 FATAL_ERROR)
7+
68# needed when UMF is used as an external project
79set (UMF_CMAKE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} )
810
@@ -408,11 +410,11 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
408410 set (LEVEL_ZERO_INCLUDE_DIRS
409411 ${level-zero-loader_SOURCE_DIR}/include
410412 CACHE PATH "Path to Level Zero Headers" )
411- message (STATUS "Level Zero include directory: ${LEVEL_ZERO_INCLUDE_DIRS} " )
413+ message (STATUS "LEVEL_ZERO_INCLUDE_DIRS = ${LEVEL_ZERO_INCLUDE_DIRS} " )
412414elseif (UMF_BUILD_LEVEL_ZERO_PROVIDER)
413415 # Only header is needed to build UMF
414416 set (LEVEL_ZERO_INCLUDE_DIRS ${UMF_LEVEL_ZERO_INCLUDE_DIR} )
415- message (STATUS "Level Zero include directory: ${LEVEL_ZERO_INCLUDE_DIRS} " )
417+ message (STATUS "LEVEL_ZERO_INCLUDE_DIRS = ${LEVEL_ZERO_INCLUDE_DIRS} " )
416418endif ()
417419
418420# Fetch CUDA only if needed i.e.: if building CUDA provider is ON and CUDA
You can’t perform that action at this time.
0 commit comments