Skip to content

Commit 69df388

Browse files
committed
remove more CMake messages
1 parent 53bce7e commit 69df388

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

offload/cmake/Modules/LibomptargetGetDependencies.cmake

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,9 @@ find_path(LIBOMPTARGET_DEP_LEVEL_ZERO_INCLUDE_DIRS NAMES level_zero/ze_api.h)
9696

9797
if(NOT LIBOMPTARGET_DEP_LEVEL_ZERO_INCLUDE_DIRS)
9898
set(LIBOMPTARGET_DEP_LEVEL_ZERO_FOUND FALSE)
99-
message(STATUS "Could NOT find Level Zero. Missing includes.")
10099
else()
101-
message(STATUS "Level Zero include DIR: ${LIBOMPTARGET_DEP_LEVEL_ZERO_INCLUDE_DIRS}")
102100
set(LIBOMPTARGET_DEP_LEVEL_ZERO_FOUND TRUE)
103-
message(STATUS "Looking for Level Zero library.")
104101
find_library(LIBOMPTARGET_DEP_LEVEL_ZERO_LIBRARIES NAMES ze_loader)
105-
if(NOT LIBOMPTARGET_DEP_LEVEL_ZERO_LIBRARIES)
106-
message(STATUS "Could NOT find Level Zero. Missing library.")
107-
else()
108-
message(STATUS "Level Zero library: ${LIBOMPTARGET_DEP_LEVEL_ZERO_LIBRARIES}")
109-
endif()
110102
endif()
111103

112104
set(OPENMP_PTHREAD_LIB ${LLVM_PTHREAD_LIB})

0 commit comments

Comments
 (0)