Skip to content

Commit ff5e4ad

Browse files
authored
[SYCL] Take into account auxiliary cmake options for Level Zero loader (#2442)
Currently auxiliary cmake options are loacted after log options. Looks like auxiliary options are not taken into account for this reason.
1 parent f90614c commit ff5e4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
3333
-DOpenCL_INCLUDE_DIR=${OpenCL_INCLUDE_DIRS}
3434
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
3535
-DCMAKE_INSTALL_LIBDIR:PATH=lib${LLVM_LIBDIR_SUFFIX}
36+
${AUX_CMAKE_FLAGS}
3637
LOG_DOWNLOAD 1
3738
LOG_UPDATE 1
3839
LOG_CONFIGURE 1
3940
LOG_BUILD 1
4041
LOG_INSTALL 1
41-
${AUX_CMAKE_FLAGS}
4242
STEP_TARGETS configure,build,install
4343
DEPENDS ocl-headers
4444
BUILD_BYPRODUCTS ${LEVEL_ZERO_LOADER}

0 commit comments

Comments
 (0)