Skip to content

Commit ab07506

Browse files
Bumped up minimal required DPC++ version
1 parent 26fc7d9 commit ab07506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl-capi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ option(DPCTL_BUILD_CAPI_TESTS
4141

4242
# Minimum version requirement only when oneAPI dpcpp is used.
4343
if(DPCTL_DPCPP_FROM_ONEAPI)
44-
find_package(IntelSycl 2021.2.0 REQUIRED)
44+
find_package(IntelSycl 2021.3.0 REQUIRED)
4545
else()
4646
find_package(IntelSycl REQUIRED)
4747
endif()

0 commit comments

Comments
 (0)