You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The env scripts for oneDPL set an environment variable called DPL_ROOT.
The FindDPL module in dpnp searches for an environment variable called DPLROOT that causes cmake to not locate a system installed oneDPL. The errant piece of code is the following:
The env scripts for oneDPL set an environment variable called
DPL_ROOT
.The
FindDPL
module in dpnp searches for an environment variable calledDPLROOT
that causes cmake to not locate a system installed oneDPL. The errant piece of code is the following:dpnp/dpnp/backend/cmake/Modules/FindDPL.cmake
Line 38 in 384302c
The text was updated successfully, but these errors were encountered: