We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdb097 commit 2163c30Copy full SHA for 2163c30
conda-recipe/bld.bat
@@ -13,7 +13,7 @@ if DEFINED OVERRIDE_INTEL_IPO (
13
set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE"
14
)
15
16
-FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21) DO @(
+FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21 22.0.0 22) DO @(
17
REM set DIR_HINT if directory exists
18
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
19
set "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
0 commit comments