File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -96,17 +96,9 @@ find_path(LIBOMPTARGET_DEP_LEVEL_ZERO_INCLUDE_DIRS NAMES level_zero/ze_api.h)
96
96
97
97
if (NOT LIBOMPTARGET_DEP_LEVEL_ZERO_INCLUDE_DIRS)
98
98
set (LIBOMPTARGET_DEP_LEVEL_ZERO_FOUND FALSE )
99
- message (STATUS "Could NOT find Level Zero. Missing includes." )
100
99
else ()
101
- message (STATUS "Level Zero include DIR: ${LIBOMPTARGET_DEP_LEVEL_ZERO_INCLUDE_DIRS} " )
102
100
set (LIBOMPTARGET_DEP_LEVEL_ZERO_FOUND TRUE )
103
- message (STATUS "Looking for Level Zero library." )
104
101
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 ()
110
102
endif ()
111
103
112
104
set (OPENMP_PTHREAD_LIB ${LLVM_PTHREAD_LIB} )
You can’t perform that action at this time.
0 commit comments