mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
onednn: add CMAKE_SKIP_RPATH
dunfell has a change in cmake class that forces cmake to use relative RPATHs but when this recipe is used with zeus, we'd need to explicitly make sure that binaries don't have absolute paths. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
9e4503ae04
commit
9f65fd57fe
|
@ -35,6 +35,7 @@ EXTRA_OECMAKE += " \
|
|||
-DDNNL_BUILD_TESTS=ON \
|
||||
-DDNNL_CPU_RUNTIME=OMP \
|
||||
-DDNNL_ARCH_OPT_FLAGS="" \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user