Bump oneDPL to oneDPL-2022.1.0

This commit is contained in:
Tom Lin 2023-07-02 05:27:13 +01:00
parent 180bd95ba3
commit 6e47d341fa

View File

@ -100,7 +100,7 @@ if (USE_ONEDPL)
FetchContent_Declare( FetchContent_Declare(
oneDPL oneDPL
GIT_REPOSITORY https://github.com/oneapi-src/oneDPL.git GIT_REPOSITORY https://github.com/oneapi-src/oneDPL.git
GIT_TAG oneDPL-2021.7.0-release GIT_TAG oneDPL-2022.1.0-rc3
) )
string(TOLOWER ${USE_ONEDPL} ONEDPL_BACKEND) string(TOLOWER ${USE_ONEDPL} ONEDPL_BACKEND)
# XXX oneDPL looks for omp instead of openmp, which mismatches(!) with ONEDPL_PAR_BACKEND if using find_package # XXX oneDPL looks for omp instead of openmp, which mismatches(!) with ONEDPL_PAR_BACKEND if using find_package