From 0a449471e9a357791ac2e65defbfb9c4ec93fcd6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?No=C3=AFc=20Crouzet?= <noic.crouzet@irit.fr>
Date: Fri, 10 Jan 2025 00:14:03 +0100
Subject: [PATCH] dont hard code libvortex path

---
 lib/CL/devices/vortex/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/CL/devices/vortex/CMakeLists.txt b/lib/CL/devices/vortex/CMakeLists.txt
index 4326f9f75..0396b3dfd 100644
--- a/lib/CL/devices/vortex/CMakeLists.txt
+++ b/lib/CL/devices/vortex/CMakeLists.txt
@@ -34,6 +34,7 @@ add_pocl_device_library("pocl-devices-vortex" pocl-vortex.c pocl-vortex.h vortex
 
 if(ENABLE_LOADABLE_DRIVERS)
   target_link_libraries(pocl-devices-vortex PRIVATE ${VORTEX_PREFIX}/runtime/libvortex.so ${PTHREAD_LIBRARY})
+  set_property(TARGET pocl-devices-vortex PROPERTY IMPORTED_NO_SONAME TRUE)
 endif()
 
 install(FILES "kernel_main.c" "kernel_args.h"
-- 
GitLab