From bc811f2afd36efad295cae7d8cd616cd13cd921a Mon Sep 17 00:00:00 2001 From: bakpaul Date: Wed, 25 Jun 2025 16:48:55 -0400 Subject: [PATCH] Sepcify directly path for this special case --- Plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin/CMakeLists.txt b/Plugin/CMakeLists.txt index f53e987a..577acbb0 100644 --- a/Plugin/CMakeLists.txt +++ b/Plugin/CMakeLists.txt @@ -71,5 +71,5 @@ sofa_create_component_in_package_with_targets( INCLUDE_SOURCE_DIR "src" INCLUDE_INSTALL_DIR "." OPTIMIZE_BUILD_DIR FALSE - RELOCATABLE "../../plugins" + RELOCATABLE_PATH "../../plugins" )