Skip to content

Commit

Permalink
[SYCL] Take into account auxiliary cmake options for Level Zero loader
Browse files Browse the repository at this point in the history
Currently auxiliary cmake options are loacted after log options. Looks
like auxiliary options are not taken into account for this reason.
  • Loading branch information
againull committed Sep 8, 2020
1 parent b1169bd commit cee7f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/plugins/level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
-DOpenCL_INCLUDE_DIR=${OpenCL_INCLUDE_DIRS}
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCMAKE_INSTALL_LIBDIR:PATH=lib${LLVM_LIBDIR_SUFFIX}
${AUX_CMAKE_FLAGS}
LOG_DOWNLOAD 1
LOG_UPDATE 1
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
${AUX_CMAKE_FLAGS}
STEP_TARGETS configure,build,install
DEPENDS ocl-headers
BUILD_BYPRODUCTS ${LEVEL_ZERO_LOADER}
Expand Down

0 comments on commit cee7f3b

Please sign in to comment.